summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-13 15:17:10 +0200
committerGitHub <noreply@github.com>2018-07-13 15:17:10 +0200
commit8c0dde716df8a4ffd9cbd1d09f25c3ff8dccdce9 (patch)
tree23d12811c6660bf6459ec82890d800029fbd8d4f /js
parenteec6ddbdfe395e004acd5d65d9e3258aca922c05 (diff)
parent4e71c0960168b8920e03bada08ea7f6434768014 (diff)
downloaduxp-8c0dde716df8a4ffd9cbd1d09f25c3ff8dccdce9.tar.gz
Merge pull request #628 from janekptacijarabaci/build_bustage_debug_1
Fix Build Bustage - with "--enable-debug"
Diffstat (limited to 'js')
-rw-r--r--js/src/vm/EnvironmentObject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/vm/EnvironmentObject.h b/js/src/vm/EnvironmentObject.h
index d457ca8392..0322861164 100644
--- a/js/src/vm/EnvironmentObject.h
+++ b/js/src/vm/EnvironmentObject.h
@@ -930,6 +930,9 @@ class DebugEnvironments
void mark(JSTracer* trc);
void sweep(JSRuntime* rt);
void finish();
+#ifdef JSGC_HASH_TABLE_CHECKS
+ void checkHashTablesAfterMovingGC(JSRuntime* runtime);
+#endif
// If a live frame has a synthesized entry in missingEnvs, make sure it's not
// collected.