| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events.html
|
| index 906f1c71d5006e480e00fe618760c1f011624be6..de54be5fd9333b1f462edab91c8806f02e953575 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events.html
|
| @@ -109,7 +109,7 @@ function test()
|
| var callFrame = operation.stack ? operation.stack.callFrames[0] : null;
|
| if (callFrame) {
|
| var url = WebInspector.displayNameForURL(callFrame.url);
|
| - link = " " + callFrame.functionName + " @ " + url + ":" + callFrame.lineNumber;
|
| + link = " " + callFrame.functionName + " @ " + url;
|
| }
|
| return ("[" + operation.stack.description + "]" + link);
|
| }
|
|
|