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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.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
Index: third_party/WebKit/Source/core/frame/Frame.h
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
index e84cdabc262b1f79297278ee84405a3bce6262bb..439442796dcaac53b3e79f2d45df0d4145058403 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -156,7 +156,7 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
bool isFeatureEnabled(WebFeaturePolicyFeature) const;
protected:
- Frame(FrameClient*, Page*, FrameOwner*, WindowProxyManager*);
+ Frame(FrameClient*, Page&, FrameOwner*, WindowProxyManager*);
mutable FrameTree m_treeNode;
« no previous file with comments | « third_party/WebKit/Source/core/dom/ElementVisibilityObserverTest.cpp ('k') | third_party/WebKit/Source/core/frame/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698