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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.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/ContentProviders.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js b/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
index db9eebe8510448458815e35fad5aa180159f7cfb..6f2f8ddd1ac4def893e4818dfb11dae1642b0e46 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/ContentProviders.js
@@ -38,7 +38,7 @@ WebInspector.CompilerSourceMappingContentProvider = function(sourceURL, contentT
{
this._sourceURL = sourceURL;
this._contentType = contentType;
-}
+};
WebInspector.CompilerSourceMappingContentProvider.prototype = {
/**
@@ -112,4 +112,4 @@ WebInspector.CompilerSourceMappingContentProvider.prototype = {
callback(WebInspector.ContentProvider.performSearchInContent(content, query, caseSensitive, isRegex));
}
}
-}
+};

Powered by Google App Engine
This is Rietveld 408576698