Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo

Clang does not want to allow js::ion::Range and mozilla::Range simultaneously
when we have a |namespace js { using namespace mozilla; }| declaration.
This commit is contained in:
Terrence Cole
2012-11-06 17:35:18 -08:00
parent c44a6ddfc4
commit f81b1d5878
77 changed files with 165 additions and 76 deletions

View File

@@ -36,10 +36,13 @@
#include "vm/String-inl.h"
using namespace mozilla;
using namespace js;
using namespace js::gc;
using mozilla::ArrayEnd;
using mozilla::ArrayLength;
using mozilla::RangedPtr;
const char *
js_AtomToPrintableString(JSContext *cx, JSAtom *atom, JSAutoByteString *bytes)
{