| Index: third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-test.js
|
| index c32efc5af8ae084134e5c381bcb9d4fedb3dfc9c..e00a11539ae71337b6551990a52e8d8846c50b23 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/bindings/bindings-test.js
|
| @@ -85,10 +85,6 @@ InspectorTest.navigateFrame = function(frameId, navigateURL, evalSourceURL) {
|
| }
|
| }
|
|
|
| -InspectorTest.markStep = function(title) {
|
| - InspectorTest.addResult('\nRunning: ' + title);
|
| -}
|
| -
|
| InspectorTest.addSniffer(Bindings.CompilerScriptMapping.prototype, "_sourceMapAttachedForTest", onSourceMap, true);
|
| InspectorTest.addSniffer(Bindings.SASSSourceMapping.prototype, "_sourceMapAttachedForTest", onSourceMap, true);
|
| var sourceMapCallbacks = new Map();
|
|
|