| Index: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
|
| index fe2d56538287120f6b9baf6e5d40d346045a8e55..2284b9990d15e21cb38d508624bb7859930cb011 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
|
| @@ -28,13 +28,13 @@ function test()
|
| ]
|
| }]
|
| }]};
|
| - var commands = WebInspector.InspectorBackendHostedMode.generateCommands(inspectorJson);
|
| + var commands = HostedMode.generateCommands(inspectorJson);
|
| InspectorTest.addResult(commands);
|
| InspectorTest.completeTest();
|
| }
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<p>Tests correctness of code generated by InspectorBackend.</p>
|
| +<p>Tests correctness of code generated by HostedMode.</p>
|
| </body>
|
| </html>
|
|
|