Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(792)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js

Issue 2440953003: DevTools: use semicolons after each statement. (Closed)
Patch Set: rebaseline Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js b/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js
index cbd8277852166192a46c0bcfb31b0e426472fd47..4f550e904d7cf8b5ca20afdc89a4d47db31352b9 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js
@@ -73,7 +73,7 @@ WebInspector.ComputedStyleWidget = function()
var fontsWidget = new WebInspector.PlatformFontsWidget(this._computedStyleModel);
fontsWidget.show(this.element);
-}
+};
WebInspector.ComputedStyleWidget._propertySymbol = Symbol("property");
@@ -357,4 +357,4 @@ WebInspector.ComputedStyleWidget.prototype = {
},
__proto__: WebInspector.ThrottledWidget.prototype
-}
+};

Powered by Google App Engine
This is Rietveld 408576698