Index: third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js b/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js |
index ca719d6d1a93810413280afc2e0dbb603d295ba4..dd59e5c7e04cf63aeaa022114fb5cfff45af5ba6 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js |
@@ -9,7 +9,7 @@ |
WebInspector.SASSSourceMapFactory = function() |
{ |
this._astService = new WebInspector.ASTService(); |
-} |
+}; |
WebInspector.SASSSourceMapFactory.prototype = { |
/** |
@@ -101,4 +101,4 @@ WebInspector.SASSSourceMapFactory.prototype = { |
WebInspector.console.error(text); |
} |
}, |
-} |
+}; |