summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/JSWrapperObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/JSWrapperObject.h')
-rw-r--r--JavaScriptCore/runtime/JSWrapperObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/JSWrapperObject.h b/JavaScriptCore/runtime/JSWrapperObject.h
index 2a2e3c6..0b2c680 100644
--- a/JavaScriptCore/runtime/JSWrapperObject.h
+++ b/JavaScriptCore/runtime/JSWrapperObject.h
@@ -36,7 +36,7 @@ namespace JSC {
JSValue internalValue() const { return m_internalValue; }
void setInternalValue(JSValue);
- virtual void mark();
+ virtual void markChildren(MarkStack&);
private:
JSValue m_internalValue;