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

Unified Diff: LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html

Issue 943963002: DevTools: Refactor nits in DebuggerModel event dispatching. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 10 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 | « no previous file | LayoutTests/inspector/sources/debugger/async-operation-events.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html
diff --git a/LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html b/LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html
index 01fa2ffb689e2628588c07981dd77902dbc0724e..f56d19bd7839fd2ef66aa4dfa716a78e9da41d4c 100644
--- a/LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html
+++ b/LayoutTests/inspector/sources/debugger/async-operation-breakpoints.html
@@ -60,7 +60,7 @@ function test()
function onAsyncOperationStarted(event)
{
- var operation = event.data.operation;
+ var operation = event.data;
var callFrame = operation.stackTrace && operation.stackTrace[0];
var functionName = callFrame && callFrame.functionName;
if (functionName === "setAsyncBreakpointForMe")
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/async-operation-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698