summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/MarkStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/MarkStack.h')
-rw-r--r--JavaScriptCore/runtime/MarkStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/MarkStack.h b/JavaScriptCore/runtime/MarkStack.h
index ba00057..ea09f54 100644
--- a/JavaScriptCore/runtime/MarkStack.h
+++ b/JavaScriptCore/runtime/MarkStack.h
@@ -47,7 +47,7 @@ namespace JSC {
}
ALWAYS_INLINE void append(JSValue);
- ALWAYS_INLINE void append(JSCell*);
+ void append(JSCell*);
ALWAYS_INLINE void appendValues(Register* values, size_t count, MarkSetProperties properties = NoNullValues)
{