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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js

Issue 2573673002: DevTools: enable private field checks as a part of compilation. (Closed)
Patch Set: Created 4 years 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/timeline/CountersGraph.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
index 9fd19aeeae0ac2c87d1eeca11fa7c94c69f17af3..b18c4de6a40674678f926f617e4cccb163a21c56 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
@@ -103,6 +103,13 @@ Timeline.CountersGraph = class extends UI.VBox {
}
/**
+ * @protected
alph 2016/12/12 23:41:37 @return plz
+ */
+ model() {
+ return this._model;
+ }
+
+ /**
* @override
*/
dispose() {

Powered by Google App Engine
This is Rietveld 408576698