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

Unified Diff: Source/web/WebHelperPluginImpl.cpp

Issue 189833009: Trace where timers were scheduled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/web/WebHelperPluginImpl.cpp
diff --git a/Source/web/WebHelperPluginImpl.cpp b/Source/web/WebHelperPluginImpl.cpp
index bb496089054292144ef0285a47a0292e7f769996..8abb23b60bfc6aa318fb16b0dd3df0889a0396a0 100644
--- a/Source/web/WebHelperPluginImpl.cpp
+++ b/Source/web/WebHelperPluginImpl.cpp
@@ -99,7 +99,7 @@ void WebHelperPluginImpl::destroy()
// WebFrame, and destroying it would cause JavaScript triggered by frame detach to run,
// which isn't allowed inside stopActiveDOMObjects(). Removing this causes one Chrome test
// to fail with a timeout.
- m_destructionTimer.startOneShot(0);
+ m_destructionTimer.startOneShot(0, FROM_HERE);
}
WebPlugin* WebHelperPluginImpl::getPlugin()

Powered by Google App Engine
This is Rietveld 408576698