summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp')
-rw-r--r--Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp b/Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp
index dc28f32..9e15d1c 100644
--- a/Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp
+++ b/Source/WebCore/bindings/v8/ScriptCachedFrameData.cpp
@@ -26,6 +26,10 @@
#include "config.h"
#include "ScriptCachedFrameData.h"
+#if PLATFORM(ANDROID) || PLATFORM(QT)
+// FIXME: the right guard should be ENABLE(PAGE_CACHE). Replace with the right guard, once
+// https://bugs.webkit.org/show_bug.cgi?id=35061 is fixed.
+
#include "Frame.h"
#include "ScriptController.h"
#include "V8DOMWindow.h"
@@ -72,3 +76,5 @@ void ScriptCachedFrameData::clear()
}
} // namespace WebCore
+
+#endif // PLATFORM(ANDROID) || PLATFORM(QT)