Index: third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html |
index aa9124871dd6061f8ca77e825d0bd1de9d8c5796..cc63c46aada85643e3c0633944a2dd3c794a7c0f 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html |
@@ -20,7 +20,7 @@ function test() |
function requestFinished(event) |
{ |
- if (!event.data.url.endsWith("resources/image.png")) |
+ if (!event.data.url().endsWith("resources/image.png")) |
return; |
var initiatorInfo = event.data.initiatorInfo(); |