| Index: third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
|
| index 0d9e044f00d2a4ec6bd3e83daef0c93af45fe347..6e1f4dad2e5f324f7585097e65dda12abda665ef 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <script src="../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../http/tests/inspector/console-test.js"></script>
|
| -<script src="../../http/tests/inspector/workspace-test.js"></script>
|
| +
|
| <script src="resources/stack-with-sourceUrl.js"></script>
|
| <script src="resources/stack-with-sourceMap.js"></script>
|
| <script>
|
| @@ -74,7 +74,7 @@ function test()
|
| InspectorTest.waitUntilMessageReceived(waitForUISourceCode);
|
| function waitForUISourceCode()
|
| {
|
| - InspectorTest.waitForGivenUISourceCode("stack-with-sourceMap.coffee", dumpMessages);
|
| + InspectorTest.waitForUISourceCode(dumpMessages, "stack-with-sourceMap.coffee");
|
| }
|
|
|
| function dumpMessages()
|
|
|