| 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
|
|
|