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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.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/sdk/CSSMatchedStyles.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
index ac800839eef2c051e90c32de9c45fcde3eea8a9f..4d73253eb1738d38f2174fe9bd3f5f08490ae3dc 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMatchedStyles.js
@@ -122,7 +122,7 @@ WebInspector.CSSMatchedStyles = function(cssModel, node, inlinePayload, attribut
this._setSelectorMatches(node, selector.text, true);
}
}
-}
+};
WebInspector.CSSMatchedStyles.prototype = {
/**
@@ -435,10 +435,10 @@ WebInspector.CSSMatchedStyles.prototype = {
}
}
}
-}
+};
/** @enum {string} */
WebInspector.CSSMatchedStyles.PropertyState = {
Active: "Active",
Overloaded: "Overloaded"
-}
+};

Powered by Google App Engine
This is Rietveld 408576698