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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 42523003: [oilpan] Don't notify CachedResourceClients of cancel events when detaching the frame. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 2 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 | « no previous file | 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 8ac7d21f47a57bb0f8340992b058d618b8daf7a5..718f92be899ab23514519ccccef6e21bcc1fb3f1 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -221,6 +221,7 @@ public:
void checkCallImplicitClose();
void frameDetached();
+ bool isFrameDetaching();
void setOutgoingReferrer(const KURL&);
@@ -420,6 +421,8 @@ private:
KURL m_previousURL;
RefPtr<HistoryItem> m_requestedHistoryItem;
+
+ bool m_frameDetaching;
};
// This function is called by createWindow() in JSDOMWindowBase.cpp, for example, for
« no previous file with comments | « no previous file | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698