| 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 692adc508babd64f21af73ed0f850d11bc59ad38..0e7d1f8232e1bcddd3197bdd28590c1b28be854f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -23,6 +23,10 @@ console.assert = function(condition, object)
|
| InspectorTest.addResult(new Error(message).stack);
|
| }
|
|
|
| +InspectorTest.markStep = function(title) {
|
| + InspectorTest.addResult('\nRunning: ' + title);
|
| +}
|
| +
|
| InspectorTest.startDumpingProtocolMessages = function()
|
| {
|
| Protocol.InspectorBackend.Connection.prototype._dumpProtocolMessage = testRunner.logToStderr.bind(testRunner);
|
|
|