Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptFormatter.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptFormatter.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptFormatter.js |
index 4616803ecbd56845fb1e5b16faddb001e4f56e82..04c9eadd6347d1c98e09630c66b19a0ac38f3cdc 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptFormatter.js |
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/JavaScriptFormatter.js |
@@ -35,7 +35,7 @@ |
WebInspector.JavaScriptFormatter = function(builder) |
{ |
this._builder = builder; |
-} |
+}; |
WebInspector.JavaScriptFormatter.prototype = { |
/** |
@@ -304,5 +304,5 @@ WebInspector.JavaScriptFormatter.prototype = { |
} |
return ""; |
} |
-} |
+}; |