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

Unified Diff: Source/core/inspector/InspectorOverlay.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/core/inspector/InspectorOverlay.cpp
diff --git a/Source/core/inspector/InspectorOverlay.cpp b/Source/core/inspector/InspectorOverlay.cpp
index ea9e1c2b8d49af335eac4cd6ee184cb9b0e3e215..1e7dc57f7e23cc351164a7de05f1411958b76873 100644
--- a/Source/core/inspector/InspectorOverlay.cpp
+++ b/Source/core/inspector/InspectorOverlay.cpp
@@ -383,7 +383,7 @@ void InspectorOverlay::showAndHideViewSize(bool showGrid)
m_drawViewSize = true;
m_drawViewSizeWithGrid = showGrid;
update();
- m_timer.startOneShot(1);
+ m_timer.startOneShot(1, FROM_HERE);
}
Node* InspectorOverlay::highlightedNode() const

Powered by Google App Engine
This is Rietveld 408576698