| Index: third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html b/third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| index 83fc0166a220395bd71739b07dd07bd7daea0b43..384fc0fa9b20c4dafd10a01b7e475db60e8b9999 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| @@ -18,7 +18,7 @@ function test()
|
| const sourceMapURL = "example.css.map";
|
| const styleSheetId = "1";
|
|
|
| - InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.HeaderInfo.prototype, "_updateLocations", locationsUpdated, true);
|
| + InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.TargetInfo.prototype, "_updateLocations", locationsUpdated, true);
|
| cssModel._styleSheetAdded(createMockStyleSheetHeader(styleSheetURL, sourceMapURL));
|
|
|
| function locationsUpdated()
|
|
|