summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/ScriptGCEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/ScriptGCEvent.h')
-rw-r--r--Source/WebCore/bindings/js/ScriptGCEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/ScriptGCEvent.h b/Source/WebCore/bindings/js/ScriptGCEvent.h
index 86d4f68..6614b8e 100644
--- a/Source/WebCore/bindings/js/ScriptGCEvent.h
+++ b/Source/WebCore/bindings/js/ScriptGCEvent.h
@@ -42,7 +42,7 @@ class ScriptGCEvent
public:
static void addEventListener(ScriptGCEventListener*) { }
static void removeEventListener(ScriptGCEventListener*) { }
- static void getHeapSize(size_t& usedHeapSize, size_t& totalHeapSize);
+ static void getHeapSize(size_t& usedHeapSize, size_t& totalHeapSize, size_t& heapSizeLimit);
};
} // namespace WebCore