| Index: third_party/WebKit/Source/devtools/front_end/timeline/MemoryCountersGraph.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/MemoryCountersGraph.js b/third_party/WebKit/Source/devtools/front_end/timeline/MemoryCountersGraph.js
|
| index c1a1ce6cf372fbf07edfbbb25afaa1d7279bc403..b447475a1214a9963a6f74ccd1b45fb6827a9625 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/MemoryCountersGraph.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/MemoryCountersGraph.js
|
| @@ -80,4 +80,10 @@ Timeline.MemoryCountersGraph = class extends Timeline.CountersGraph {
|
| }
|
| this.scheduleRefresh();
|
| }
|
| +
|
| + /**
|
| + * @override
|
| + */
|
| + extensionDataAdded() {
|
| + }
|
| };
|
|
|