Index: third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html |
index fe9d72005ab85a1b188dfed8a77f55c0de326613..1b3079d47f26b7dfe2ee0b0a6a6ccd0c2097738a 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-mapping-good.html |
@@ -22,7 +22,7 @@ function test() |
function onCSSLoaded(uiSourceCode) |
{ |
- uiSourceCode.requestContentPromise() |
+ uiSourceCode.requestContent() |
.then(text => InspectorTest.parseCSS(uiSourceCode.url(), text)) |
.then(ast => cssAST = ast) |
.then(maybeCreateMapping); |
@@ -30,7 +30,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); |