| Index: LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| diff --git a/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html b/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| index b87566b876f0af28a8112e7d3219f0f4880cf032..1b4695d2570a09194ca0cd9c62790fc0879e1812 100644
|
| --- a/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| +++ b/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| @@ -22,7 +22,7 @@ function test()
|
| const styleSheetId = 1;
|
| InspectorTest.addMockUISourceCodeToWorkspace(styleSheetURL, WebInspector.resourceTypes.Stylesheet, "");
|
|
|
| - InspectorTest.addSniffer(WebInspector.CSSStyleSheetHeader.prototype, "updateLocations", locationsUpdated, true);
|
| + InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "updateLocations", locationsUpdated, true);
|
| cssModel._styleSheetAdded(createMockStyleSheetHeader(styleSheetURL, sourceMapURL));
|
|
|
| function locationsUpdated()
|
|
|