mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
No Bug - Fix opt builds of generational GC when zeal is enabled; r=themaid
This commit is contained in:
parent
a6beb97339
commit
855d61051d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user