Bug 695907 - Use qualified C++ definitions in js/src/frontend instead of wrapping whole .cpp files in namespace js {...}. r=luke.

This commit is contained in:
Jason Orendorff
2011-10-19 16:45:12 -05:00
parent 0909563bdb
commit 9edbbf7e2d
8 changed files with 41 additions and 94 deletions

View File

@@ -51,8 +51,6 @@
using namespace js;
using namespace js::frontend;
namespace js {
/*
* Compile a top-level script.
*/
@@ -476,5 +474,3 @@ BytecodeCompiler::compileFunctionBody(JSContext *cx, JSFunction *fun, JSPrincipa
return pn != NULL;
}
} /* namespace js */