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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 383363002: DevTools: Fix async stacks instrumentation for XHRs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index a342ed6c17abc0e323907757a616bcda1298bde4..69ff04a97b9eeb5582f3ac518c044769e125f810 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -238,6 +238,9 @@ interface InspectorInstrumentation {
[Timeline, Inline=FastReturn]
void didDispatchXHRLoadEvent(const InspectorInstrumentationCookie&);
+ [Debugger, Inline=FastReturn]
+ void didDispatchXHRLoadendEvent(ExecutionContext*, XMLHttpRequest*);
+
[Timeline, Inline=FastReturn]
void willScrollLayer([Keep] RenderObject*);

Powered by Google App Engine
This is Rietveld 408576698