| Index: third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| index 6ab7655a8d0251996d9da49f4a97788c6317c4d1..46c8e347d0c5537ee03a89d2cda682d5014e65ac 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| @@ -22,7 +22,7 @@ function test()
|
| function onCSSLoaded(uiSourceCode)
|
| {
|
| uiSourceCode.requestContentPromise()
|
| - .then(text => InspectorTest.parseCSS(uiSourceCode.originURL(), text))
|
| + .then(text => InspectorTest.parseCSS(uiSourceCode.url(), text))
|
| .then(ast => cssAST = ast)
|
| .then(maybeCreateMapping);
|
| }
|
| @@ -30,7 +30,7 @@ function test()
|
| function onSCSSLoaded(uiSourceCode)
|
| {
|
| uiSourceCode.requestContentPromise()
|
| - .then(text => InspectorTest.parseSCSS(uiSourceCode.originURL(), text))
|
| + .then(text => InspectorTest.parseSCSS(uiSourceCode.url(), text))
|
| .then(ast => sassModels.set(ast.document.url, ast))
|
| .then(maybeCreateMapping);
|
| }
|
|
|