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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-xpath.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
Index: third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html b/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
index 405ee5e5658198a10a5c4beb1b13a0e295d6b27c..03756b0b4e612a083e8115b05212b92ed2a6678c 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-xpath.html
@@ -6,7 +6,7 @@
function test()
{
- InspectorTest.addSniffer(WebInspector.ConsoleViewMessage.prototype, "_formattedParameterAsNodeForTest", formattedParameter, true);
+ InspectorTest.addSniffer(Console.ConsoleViewMessage.prototype, "_formattedParameterAsNodeForTest", formattedParameter, true);
InspectorTest.addConsoleViewSniffer(messageSniffer, true);
InspectorTest.evaluateInConsole("$x('42')"); // number

Powered by Google App Engine
This is Rietveld 408576698