| 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 b8f6724b13d623c8904e586c39a2a40ee53cd33d..db9e5730d4ebbd5234f17daf93f4adf0d32d0717 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sass/ASTService.js
|
| @@ -7,7 +7,7 @@
|
| */
|
| WebInspector.ASTService = function()
|
| {
|
| -}
|
| +};
|
|
|
| WebInspector.ASTService.prototype = {
|
| /**
|
| @@ -29,4 +29,4 @@ WebInspector.ASTService.prototype = {
|
| {
|
| return WebInspector.SASSSupport.parseSCSS(url, text);
|
| },
|
| -}
|
| +};
|
|
|