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

Unified Diff: Source/core/dom/ScriptedAnimationController.cpp

Issue 333333002: DevTools: Instrument DOMWindowEventQueue for async stacks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 6 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/dom/ScriptedAnimationController.cpp
diff --git a/Source/core/dom/ScriptedAnimationController.cpp b/Source/core/dom/ScriptedAnimationController.cpp
index 4dfb59c5135da0adb63613bac90c2f16d9ea84ce..64fbda98d700ec0e7b2ed5e1266e21dd183d6e88 100644
--- a/Source/core/dom/ScriptedAnimationController.cpp
+++ b/Source/core/dom/ScriptedAnimationController.cpp
@@ -133,7 +133,7 @@ void ScriptedAnimationController::dispatchEvents()
else
eventTarget->dispatchEvent(events[i]);
- InspectorInstrumentation::didDispatchEvent(eventTarget, events[i].get());
+ InspectorInstrumentation::didRemoveEvent(eventTarget, events[i].get());
}
}
« no previous file with comments | « LayoutTests/inspector/sources/debugger/async-callstack-events-expected.txt ('k') | Source/core/events/DOMWindowEventQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698