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: Source/core/loader/FrameLoader.h

Issue 476083002: Cleanup FrameLoader::opener() to return a Frame*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unused forward declare. Created 6 years, 4 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 | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 9d3fd82605a82b8db95c06232686b8e5173f4413..2bfe0c263a4903735fd482c4d205f729483bd28a 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -48,7 +48,6 @@
namespace blink {
-class Resource;
class Chrome;
class DOMWrapperWorld;
class DocumentLoader;
@@ -56,6 +55,7 @@ class Event;
class FetchContext;
class FormState;
class FormSubmission;
+class Frame;
class FrameLoaderClient;
class IconController;
class NavigationAction;
@@ -155,7 +155,7 @@ public:
void forceSandboxFlags(SandboxFlags flags) { m_forcedSandboxFlags |= flags; }
SandboxFlags effectiveSandboxFlags() const;
- LocalFrame* opener();
+ Frame* opener();
void setOpener(LocalFrame*);
void detachFromParent();
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698