mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
No bug - Try to fix ¬m bustage.
This commit is contained in:
parent
f36738d918
commit
22266cda47
@ -77,10 +77,13 @@ class AllFramesIter;
|
||||
class ArgumentsObject;
|
||||
class StaticBlockObject;
|
||||
|
||||
#ifdef JS_METHODJIT
|
||||
namespace mjit {
|
||||
struct JITScript;
|
||||
jsbytecode *NativeToPC(JITScript *jit, void *ncode, CallSite **pinline);
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace detail {
|
||||
struct OOMCheck;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user