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

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: 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..5b85ddde8ed6d2fda1115d62aece6696bc29e2dd 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,11 +55,13 @@ class Event;
class FetchContext;
class FormState;
class FormSubmission;
+class Frame;
class FrameLoaderClient;
class IconController;
class NavigationAction;
class Page;
class ProgressTracker;
+class Resource;
Nate Chapin 2014/08/15 18:59:17 Not your fault, but is this forward declare actual
dcheng 2014/08/16 19:56:25 It does not appear to be needed. Removed.
class ResourceError;
class ResourceResponse;
class SecurityOrigin;
@@ -155,7 +156,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