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 ac7c1b58fbeacb9962291c4ea2b044fbf4812680..23036d235a220cd8900c6ad5a00c3ff5b56f0f48 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 |
@@ -15,7 +15,7 @@ function addStylesheet() |
function test() |
{ |
WebInspector.settingForTest("cssSourceMapsEnabled").set(true); |
- InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "pushSourceMapping", step1); |
+ InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "updateLocations", step1); |
InspectorTest.evaluateInPage("addStylesheet()"); |
function step1() |