Bug 742163 (follow-up) - Unbreak --disable-methodjit. r=Ms2ger.

This commit is contained in:
Nicholas Nethercote 2012-04-09 16:41:27 -07:00
Родитель 42346f0668
Коммит 90fa876d2a
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -348,6 +348,7 @@ struct JSScript : public js::gc::Cell
static const uint32_t stepCountMask = 0x7fffffffU;
public:
#ifdef JS_METHODJIT
// This type wraps JITScript. It has three possible states.
// - "Empty": no compilation has been attempted and there is no JITScript.
// - "Unjittable": compilation failed and there is no JITScript.
@ -389,6 +390,7 @@ struct JSScript : public js::gc::Cell
static void staticAsserts();
};
#endif // JS_METHODJIT
//
// We order fields according to their size in order to avoid wasting space