summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/WebCoreSupport/ChromeClientEfl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/WebCoreSupport/ChromeClientEfl.h')
-rw-r--r--WebKit/efl/WebCoreSupport/ChromeClientEfl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/efl/WebCoreSupport/ChromeClientEfl.h b/WebKit/efl/WebCoreSupport/ChromeClientEfl.h
index 4339b9a..f0aeb8d 100644
--- a/WebKit/efl/WebCoreSupport/ChromeClientEfl.h
+++ b/WebKit/efl/WebCoreSupport/ChromeClientEfl.h
@@ -54,7 +54,7 @@ public:
virtual void focusedNodeChanged(Node*);
- virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&);
+ virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
virtual void show();
virtual bool canRunModal();