| 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 46c8e347d0c5537ee03a89d2cda682d5014e65ac..a7fc2ffd96c35437d94121b88e255559f00e24c3 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-bad.html
|
| @@ -21,7 +21,7 @@ function test()
|
|
|
| function onCSSLoaded(uiSourceCode)
|
| {
|
| - uiSourceCode.requestContentPromise()
|
| + uiSourceCode.requestContent()
|
| .then(text => InspectorTest.parseCSS(uiSourceCode.url(), text))
|
| .then(ast => cssAST = ast)
|
| .then(maybeCreateMapping);
|
| @@ -29,7 +29,7 @@ function test()
|
|
|
| function onSCSSLoaded(uiSourceCode)
|
| {
|
| - uiSourceCode.requestContentPromise()
|
| + uiSourceCode.requestContent()
|
| .then(text => InspectorTest.parseSCSS(uiSourceCode.url(), text))
|
| .then(ast => sassModels.set(ast.document.url, ast))
|
| .then(maybeCreateMapping);
|
|
|