| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
|
| index 23036d235a220cd8900c6ad5a00c3ff5b56f0f48..034c2f69a6628669887b7a7c88c9dbe6acb9da2d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header-deprecated.html
|
| @@ -14,8 +14,8 @@ function addStylesheet()
|
|
|
| function test()
|
| {
|
| - WebInspector.settingForTest("cssSourceMapsEnabled").set(true);
|
| - InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "updateLocations", step1);
|
| + Common.settingForTest("cssSourceMapsEnabled").set(true);
|
| + InspectorTest.addSniffer(Bindings.CSSWorkspaceBinding.prototype, "updateLocations", step1);
|
| InspectorTest.evaluateInPage("addStylesheet()");
|
|
|
| function step1()
|
|
|