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

@@ -50,10 +50,11 @@
#include "vm/Stack-inl.h"
using namespace mozilla;
using namespace js;
using namespace js::types;
using mozilla::ArrayLength;
/*
* The JS 'Date' object is patterned after the Java 'Date' object.
* Here is an script: