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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.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/network/NetworkLogViewColumns.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
index 97400475f30857842fc3441a3b18ccb7d2f8d97f..7d04981482ca8865e5c8907b33542ea94b916754 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
@@ -44,7 +44,7 @@ WebInspector.NetworkLogViewColumns = function(networkLogView, networkLogLargeRow
/** @type {!WebInspector.Linkifier} */
this._popupLinkifier = new WebInspector.Linkifier();
-}
+};
WebInspector.NetworkLogViewColumns._initialSortColumn = "timeline";
/**
@@ -837,4 +837,4 @@ WebInspector.NetworkLogViewColumns.prototype = {
return;
this._timelineGrid.element.classList.toggle("small", !this._networkLogLargeRowsSetting.get());
}
-}
+};

Powered by Google App Engine
This is Rietveld 408576698