Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/sass-test.js

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698