Bug 1012456: Use 'using namespace' in DebuggerMemory.cpp, to avoid wrapping top-level definitions in a namespace { ... } form. r=sfink

This commit is contained in:
Jim Blandy 2014-07-25 22:10:51 -07:00
parent be17e2782a
commit 0fbb454c44

View File

@ -171,5 +171,3 @@ DebuggerMemory::getTrackingAllocationSites(JSContext *cx, unsigned argc, Value *
/* static */ const JSFunctionSpec DebuggerMemory::methods[] = {
JS_FS_END
};
} /* namespace js */