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

Unified Diff: third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.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/persistence/DefaultMapping.js
diff --git a/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js b/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
index e649a65c596f28a173408d7048964e6f1748bcbb..14b55dfcea9fd8b9ab4557101e363eddb380756c 100644
--- a/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
+++ b/third_party/WebKit/Source/devtools/front_end/persistence/DefaultMapping.js
@@ -26,7 +26,7 @@ WebInspector.DefaultMapping = function(workspace, fileSystemMapping, onBindingCr
this._fileSystemMapping.addEventListener(WebInspector.FileSystemMapping.Events.FileMappingRemoved, this._remap, this)
];
this._remap();
-}
+};
WebInspector.DefaultMapping._binding = Symbol("DefaultMapping.Binding");
@@ -141,4 +141,4 @@ WebInspector.DefaultMapping.prototype = {
{
WebInspector.EventTarget.removeEventListeners(this._eventListeners);
}
-}
+};

Powered by Google App Engine
This is Rietveld 408576698