| Index: third_party/WebKit/LayoutTests/inspector/sass/test-mapping-with-cache-busting-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-with-cache-busting-url.html b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-with-cache-busting-url.html
|
| index d80ead7ea766f68522230b4de2fc7588ce022e58..4e50f2598e8d041f563f2b8c160699676e59a8d6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-with-cache-busting-url.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-with-cache-busting-url.html
|
| @@ -24,8 +24,8 @@ function test()
|
|
|
| function onSourceMapAttached(event)
|
| {
|
| - var header = event.data;
|
| - var sourceMap = InspectorTest.cssModel.sourceMapManager().sourceMapForClient(header);
|
| + var header = event.data.client;
|
| + var sourceMap = event.data.sourceMap;
|
| InspectorTest.addResult("SourceMap is editable: " + sourceMap.editable());
|
| InspectorTest.completeTest();
|
| }
|
|
|