| Index: third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js b/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| index c780338050135ab967637209a341c6db53539a5e..b8f6724b13d623c8904e586c39a2a40ee53cd33d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| @@ -17,7 +17,7 @@ WebInspector.ASTService.prototype = {
|
| */
|
| parseCSS: function(url, text)
|
| {
|
| - return WebInspector.SASSSupport.parseCSS(url, text);
|
| + return WebInspector.SASSSupport.parseSCSS(url, text);
|
| },
|
|
|
| /**
|
|
|