Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1069)

Unified Diff: Source/core/page/CreateWindow.h

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix style, use FrameView::root Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/page/CreateWindow.h
diff --git a/Source/core/page/CreateWindow.h b/Source/core/page/CreateWindow.h
index bfee6db42fffa7e51efc80c9defcc34aebbbf3cc..eb52359ad6709d21d1f31e4cc916f38b998a1bd7 100644
--- a/Source/core/page/CreateWindow.h
+++ b/Source/core/page/CreateWindow.h
@@ -37,7 +37,7 @@ class LocalFrame;
struct FrameLoadRequest;
struct WindowFeatures;
-LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
+Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
LocalDOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame);
void createWindowForRequest(const FrameLoadRequest&, LocalFrame& openerFrame, NavigationPolicy, ShouldSendReferrer);

Powered by Google App Engine
This is Rietveld 408576698