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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Runtime.js

Issue 2861053003: DevTools: [lighthouse] Implement performance metrics filmstrip (Closed)
Patch Set: test fixed Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/Runtime.js
diff --git a/third_party/WebKit/Source/devtools/front_end/Runtime.js b/third_party/WebKit/Source/devtools/front_end/Runtime.js
index aa52da346f7c716c8a4ed26fc5cd9fe23f333b62..94ec9b2265596487ecfcd1d1b7a3e8cabb72ab96 100644
--- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
+++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
@@ -574,10 +574,7 @@ var Runtime = class {
constructorFunction[Runtime._instanceSymbol] = instance;
return instance;
}
-}
-
-;
-
+};
/**
* @type {!Object.<string, string>}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698