mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +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:
|
public:
|
||||||
void mark(JSTracer *trc);
|
void mark(JSTracer *trc);
|
||||||
void sweep(JSRuntime *rt);
|
void sweep(JSRuntime *rt);
|
||||||
#if defined(DEBUG) && defined(JSGC_GENERATIONAL)
|
#if defined(JSGC_GENERATIONAL) && defined(JS_GC_ZEAL)
|
||||||
void checkHashTablesAfterMovingGC(JSRuntime *rt);
|
void checkHashTablesAfterMovingGC(JSRuntime *rt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user