| Index: Source/core/page/CreateWindow.h
|
| diff --git a/Source/core/page/CreateWindow.h b/Source/core/page/CreateWindow.h
|
| index 62b2ca7e5623a9b2101c6799d96dbbbc1aaa27cf..02494914ac154bdbc474828e6a7ca80261205f5c 100644
|
| --- a/Source/core/page/CreateWindow.h
|
| +++ b/Source/core/page/CreateWindow.h
|
| @@ -38,9 +38,9 @@ struct FrameLoadRequest;
|
| struct WindowFeatures;
|
|
|
| LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
|
| - DOMWindow* callingWindow, LocalFrame* firstFrame, LocalFrame* openerFrame);
|
| + DOMWindow& callingWindow, LocalFrame& firstFrame, LocalFrame& openerFrame);
|
|
|
| -void createWindowForRequest(const FrameLoadRequest&, LocalFrame* openerFrame, NavigationPolicy, ShouldSendReferrer);
|
| +void createWindowForRequest(const FrameLoadRequest&, LocalFrame& openerFrame, NavigationPolicy, ShouldSendReferrer);
|
|
|
| } // namespace WebCore
|
|
|
|
|