Index: Source/core/page/CreateWindow.h |
diff --git a/Source/core/page/CreateWindow.h b/Source/core/page/CreateWindow.h |
index f6611d0ddc86bc3711e39e170eacced98ec0a36a..d70b7f1163c1cbf9ddec9e472f8b08b5eaad632a 100644 |
--- a/Source/core/page/CreateWindow.h |
+++ b/Source/core/page/CreateWindow.h |
@@ -38,7 +38,7 @@ struct FrameLoadRequest; |
struct WindowFeatures; |
Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&, |
- DOMWindow* callingWindow, Frame* firstFrame, Frame* openerFrame, DOMWindow::PrepareDialogFunction = 0, void* functionContext = 0); |
+ DOMWindow* callingWindow, Frame* firstFrame, Frame* openerFrame); |
void createWindowForRequest(const FrameLoadRequest&, Frame* openerFrame, NavigationPolicy, ShouldSendReferrer); |