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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2762423003: Made Frame constructors (and subclasses) take Page& instead of Page* (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/Frame.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index a2ee86ecae24095cca79b56ad84f1cf42a499e3e..5f274e82dce30ae1a338a1b2157b0bb956726ca4 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -90,7 +90,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
public:
static LocalFrame* create(LocalFrameClient*,
- Page*,
+ Page&,
FrameOwner*,
InterfaceProvider* = nullptr,
InterfaceRegistry* = nullptr);
@@ -231,7 +231,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
friend class FrameNavigationDisabler;
LocalFrame(LocalFrameClient*,
- Page*,
+ Page&,
FrameOwner*,
InterfaceProvider*,
InterfaceRegistry*);
« no previous file with comments | « third_party/WebKit/Source/core/frame/Frame.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698