Index: third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js |
index 5314b381bd21a09825291ac138feba1084553f2e..1389f8f0f6befcec16f925e202e1b5c0c9267f07 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js |
@@ -9,7 +9,7 @@ |
*/ |
WebInspector.InplaceFormatterEditorAction = function() |
{ |
-} |
+}; |
WebInspector.InplaceFormatterEditorAction.prototype = { |
/** |
@@ -116,4 +116,4 @@ WebInspector.InplaceFormatterEditorAction.prototype = { |
this._sourcesView.showSourceLocation(uiSourceCode, start[0], start[1]); |
} |
}, |
-} |
+}; |