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

Unified Diff: Source/web/AssociatedURLLoader.cpp

Issue 189833009: Trace where timers were scheduled in Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated 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
« no previous file with comments | « Source/platform/scroll/Scrollbar.cpp ('k') | Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssociatedURLLoader.cpp
diff --git a/Source/web/AssociatedURLLoader.cpp b/Source/web/AssociatedURLLoader.cpp
index eb47b0a8f1d3140205e301830f5c9d8312580854..44d1a61ef5dbe6cb4a837fa24d513ddf5660aaaa 100644
--- a/Source/web/AssociatedURLLoader.cpp
+++ b/Source/web/AssociatedURLLoader.cpp
@@ -277,7 +277,7 @@ void AssociatedURLLoader::ClientAdapter::enableErrorNotifications()
// If an error has already been received, start a timer to report it to the client
// after AssociatedURLLoader::loadAsynchronously has returned to the caller.
if (m_didFail)
- m_errorTimer.startOneShot(0);
+ m_errorTimer.startOneShot(0, FROM_HERE);
}
void AssociatedURLLoader::ClientAdapter::notifyError(Timer<ClientAdapter>* timer)
« no previous file with comments | « Source/platform/scroll/Scrollbar.cpp ('k') | Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698