| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 85274ea8313e4d4dd02c6231eda7fafbfc05604a..b37cac67aef27182f9d74e6f67ef07c086b09c68 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -24,8 +24,8 @@ console.assert = function(condition, object)
|
|
|
| InspectorTest.startDumpingProtocolMessages = function()
|
| {
|
| - InspectorBackendClass.Connection.prototype._dumpProtocolMessage = testRunner.logToStderr.bind(testRunner);
|
| - InspectorBackendClass.Options.dumpInspectorProtocolMessages = 1;
|
| + Protocol.InspectorBackend.Connection.prototype._dumpProtocolMessage = testRunner.logToStderr.bind(testRunner);
|
| + Protocol.InspectorBackend.Options.dumpInspectorProtocolMessages = 1;
|
| }
|
|
|
| InspectorTest.completeTest = function()
|
|
|