summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/js/ScriptGCEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/js/ScriptGCEvent.cpp')
-rw-r--r--Source/WebCore/bindings/js/ScriptGCEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/ScriptGCEvent.cpp b/Source/WebCore/bindings/js/ScriptGCEvent.cpp
index 4b39799..b7fc7b3 100644
--- a/Source/WebCore/bindings/js/ScriptGCEvent.cpp
+++ b/Source/WebCore/bindings/js/ScriptGCEvent.cpp
@@ -34,7 +34,7 @@
#if ENABLE(INSPECTOR)
#include "JSDOMWindow.h"
-#include <runtime/Collector.h>
+#include <runtime/Heap.h>
#include <runtime/JSGlobalData.h>
#include <wtf/CurrentTime.h>