summaryrefslogtreecommitdiffstats
path: root/dom/fs/test/common/nsresult.js
blob: 6e59b947a1600460990ea5a2f61545e0bc8353ab (plain)
1
2
3
4
5
6
7
8
9
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

const nsresult = {
  NS_ERROR_NOT_IMPLEMENTED: Cr.NS_ERROR_NOT_IMPLEMENTED,
};
exported_symbols.nsresult = nsresult;