| Index: third_party/WebKit/LayoutTests/inspector/sass/sass-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/sass-test.js b/third_party/WebKit/LayoutTests/inspector/sass/sass-test.js
|
| index e919e660ab4f6d19dd84947b29ec1fa19f21fd27..952efae980d6139557fa8fde39a11190c3cefb1e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/sass-test.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/sass-test.js
|
| @@ -26,13 +26,7 @@ InspectorTest.parseCSS = function(url, text)
|
|
|
| InspectorTest.parseSCSS = function(url, text)
|
| {
|
| - return self.runtime.instancePromise(WebInspector.TokenizerFactory)
|
| - .then(onTokenizer);
|
| -
|
| - function onTokenizer(tokenizer)
|
| - {
|
| - return WebInspector.SASSSupport.parseSCSS(tokenizer, url, text);
|
| - }
|
| + return WebInspector.SASSSupport.parseSCSS(url, text);
|
| }
|
|
|
| InspectorTest.loadASTMapping = function(header, callback)
|
|
|