| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html
|
| index 4cb22865a977ec692e05ec3b3c5f74cd4b89638f..e7d028e101c08d1f529bfcf188212604431a1461 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html
|
| @@ -31,7 +31,7 @@ function test()
|
| for (var i = 0; i < messages.length; ++i) {
|
| var m = messages[i];
|
| InspectorTest.addResult("Message[" + i + "]:");
|
| - InspectorTest.addResult("Message: " + WebInspector.displayNameForURL(m.url) + ":" + m.line + " " + m.messageText);
|
| + InspectorTest.addResult("Message: " + Bindings.displayNameForURL(m.url) + ":" + m.line + " " + m.messageText);
|
| }
|
| InspectorTest.addResult("TEST COMPLETE.");
|
| InspectorTest.completeTest();
|
|
|