summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/WebPageProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebPageProxy.h')
-rw-r--r--Source/WebKit2/UIProcess/WebPageProxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebPageProxy.h b/Source/WebKit2/UIProcess/WebPageProxy.h
index 33c49a3ca..5633ce750 100644
--- a/Source/WebKit2/UIProcess/WebPageProxy.h
+++ b/Source/WebKit2/UIProcess/WebPageProxy.h
@@ -635,6 +635,9 @@ public:
#if PLATFORM(QT)
void findZoomableAreaForPoint(const WebCore::IntPoint&, const WebCore::IntSize&);
void didReceiveMessageFromNavigatorQtObject(const String&);
+#endif
+
+#if PLATFORM(QT) || PLATFORM(EFL)
void handleDownloadRequest(DownloadProxy*);
#endif