No bug - Try to fix ¬m bustage.

This commit is contained in:
Ms2ger 2012-01-24 14:45:35 +01:00
parent f36738d918
commit 22266cda47

View File

@ -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;
}