Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js |
index 5164e545bfed5800727730f9f3748528fae89728..944adb9f910bcb675b5a27f93b3150be1dc02d8f 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js |
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js |
@@ -35,7 +35,7 @@ |
WebInspector.CSSFormatter = function(builder) |
{ |
this._builder = builder; |
-} |
+}; |
WebInspector.CSSFormatter.prototype = { |
/** |
@@ -118,4 +118,4 @@ WebInspector.CSSFormatter.prototype = { |
this._builder.addNewLine(); |
} |
} |
-} |
+}; |