| Index: LayoutTests/inspector/report-API-errors.html
|
| diff --git a/LayoutTests/inspector/report-API-errors.html b/LayoutTests/inspector/report-API-errors.html
|
| index 211f8683a1536cb5672ee2ec834b58270ca7a4ce..3ba297fdc3ef52cc929db2d328b3c6d318389777 100644
|
| --- a/LayoutTests/inspector/report-API-errors.html
|
| +++ b/LayoutTests/inspector/report-API-errors.html
|
| @@ -18,8 +18,8 @@ function test()
|
| InspectorTest.RuntimeAgent.evaluate("true", "test");
|
| InspectorTest.RuntimeAgent.evaluate("true", "test", function(){});
|
| InspectorTest.RuntimeAgent.evaluate("true", "test", undefined, function(){});
|
| - InspectorBackend.connection().dispatch('{"method": "wrongDomain.something-strange", "params": {}}');
|
| - InspectorBackend.connection().dispatch('{"method": "Inspector.something-strange", "params": {}}');
|
| + InspectorTest.connection.dispatch('{"method": "wrongDomain.something-strange", "params": {}}');
|
| + InspectorTest.connection.dispatch('{"method": "Inspector.something-strange", "params": {}}');
|
|
|
| InspectorTest.completeTest();
|
| }
|
|
|