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") |