summaryrefslogtreecommitdiffstats
path: root/js/src/vm/ShapeZone.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/vm/ShapeZone.h')
-rw-r--r--js/src/vm/ShapeZone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/vm/ShapeZone.h b/js/src/vm/ShapeZone.h
index 784465a395..9680af93d9 100644
--- a/js/src/vm/ShapeZone.h
+++ b/js/src/vm/ShapeZone.h
@@ -236,7 +236,7 @@ struct ShapeZone {
void fixupPropMapShapeTableAfterMovingGC();
#ifdef JSGC_HASH_TABLE_CHECKS
- void checkTablesAfterMovingGC();
+ void checkTablesAfterMovingGC(JS::Zone* zone);
#endif
};