зеркало из https://github.com/mozilla/gecko-dev.git
Bug 798033 - Remove 'using namespace' from CompileInfo-inl.h. r=evilpies
This commit is contained in:
Родитель
a3dd98815d
Коммит
7ae909ea45
|
@ -11,8 +11,8 @@
|
|||
|
||||
#include "jsscriptinlines.h"
|
||||
|
||||
using namespace js;
|
||||
using namespace jit;
|
||||
namespace js {
|
||||
namespace jit {
|
||||
|
||||
inline RegExpObject *
|
||||
CompileInfo::getRegExp(jsbytecode *pc) const
|
||||
|
@ -26,4 +26,7 @@ CompileInfo::getFunction(jsbytecode *pc) const
|
|||
return script_->getFunction(GET_UINT32_INDEX(pc));
|
||||
}
|
||||
|
||||
} // namespace jit
|
||||
} // namespace js
|
||||
|
||||
#endif /* jit_CompileInfo_inl_h */
|
||||
|
|
Загрузка…
Ссылка в новой задаче