summaryrefslogtreecommitdiffstats
path: root/js/src/jit/InterpreterEntryTrampoline.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/InterpreterEntryTrampoline.h')
-rw-r--r--js/src/jit/InterpreterEntryTrampoline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit/InterpreterEntryTrampoline.h b/js/src/jit/InterpreterEntryTrampoline.h
index 4f49f3fe13..2c7d658043 100644
--- a/js/src/jit/InterpreterEntryTrampoline.h
+++ b/js/src/jit/InterpreterEntryTrampoline.h
@@ -58,7 +58,7 @@ class EntryTrampoline {
}
#ifdef JSGC_HASH_TABLE_CHECKS
- void checkTrampolineAfterMovingGC();
+ void checkTrampolineAfterMovingGC() const;
#endif
};