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

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

Issue 2395423002: Check if an iframe doesn't get detached twice
Patch Set: Created 4 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
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 3c1b9143e3451afbc46ed08417c2ac5e6f288838..c11219e1089fdb6451d749fd0f9656df80651961 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -261,6 +261,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
Member<InstrumentingAgents> m_instrumentingAgents;
InterfaceProvider* const m_interfaceProvider;
+ bool m_detached;
};
inline void LocalFrame::init() {

Powered by Google App Engine
This is Rietveld 408576698