Index: third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js b/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js |
index 821f935969cb00a98fcfb5df06e4ffbe1355a12b..e36de91892fc3870765433d5333a86a4f6c2dba2 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sass/ASTSourceMap.js |
@@ -21,7 +21,7 @@ WebInspector.ASTSourceMap = function(compiledURL, sourceMapURL, models, editCall |
this._compiledToSource = new Map(); |
/** @type {!Multimap<!WebInspector.SASSSupport.TextNode, !WebInspector.SASSSupport.TextNode>} */ |
this._sourceToCompiled = new Multimap(); |
-} |
+}; |
WebInspector.ASTSourceMap.prototype = { |
/** |
@@ -216,4 +216,4 @@ WebInspector.ASTSourceMap.prototype = { |
} |
return newMap; |
} |
-} |
+}; |