No Bug - Fix opt builds of generational GC when zeal is enabled; r=themaid

This commit is contained in:
Terrence Cole 2014-02-14 17:10:28 -08:00
parent a6beb97339
commit 855d61051d

View File

@ -802,7 +802,7 @@ class DebugScopes
public:
void mark(JSTracer *trc);
void sweep(JSRuntime *rt);
#if defined(DEBUG) && defined(JSGC_GENERATIONAL)
#if defined(JSGC_GENERATIONAL) && defined(JS_GC_ZEAL)
void checkHashTablesAfterMovingGC(JSRuntime *rt);
#endif