Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/console-log-before-frame-navigation.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/dedicated-workers-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698