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

Unified Diff: Source/core/frame/LocalDOMWindow.cpp

Issue 686763002: Fix Runtime.executionContextCreated for crafted iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years 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/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.cpp
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
index 9dedf17b4ce51f6d5db8d29937870f820e1617a8..af8ce76a7496d5ce772e7038d6373dab28595187 100644
--- a/Source/core/frame/LocalDOMWindow.cpp
+++ b/Source/core/frame/LocalDOMWindow.cpp
@@ -580,7 +580,6 @@ void LocalDOMWindow::willDetachFrameHost()
{
frame()->host()->eventHandlerRegistry().didRemoveAllEventHandlers(*this);
frame()->host()->consoleMessageStorage().frameWindowDiscarded(this);
- InspectorInstrumentation::frameWindowDiscarded(frame(), this);
}
void LocalDOMWindow::willDestroyDocumentInFrame()
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698