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

Unified Diff: Source/core/testing/MockPagePopupDriver.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
Index: Source/core/testing/MockPagePopupDriver.cpp
diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp
index 32b2e807b6f1a60fe19314ad94acbbc770d990cf..433372a1741935e0266447de363139b3021e1d44 100644
--- a/Source/core/testing/MockPagePopupDriver.cpp
+++ b/Source/core/testing/MockPagePopupDriver.cpp
@@ -86,7 +86,7 @@ void MockPagePopup::closeLater()
m_popupClient = 0;
// This can be called in detach(), and we should not change DOM structure
// during detach().
- m_closeTimer.startOneShot(0);
+ m_closeTimer.startOneShot(0, FROM_HERE);
}
void MockPagePopup::close(Timer<MockPagePopup>*)
« no previous file with comments | « Source/core/svg/graphics/SVGImageChromeClient.cpp ('k') | Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698