Index: Source/devtools/front_end/MemoryCountersGraph.js |
diff --git a/Source/devtools/front_end/MemoryCountersGraph.js b/Source/devtools/front_end/MemoryCountersGraph.js |
index 0b0237c18d95034850b12ad7eb63f98e7948f9a7..fe3047dbd28a4253198c19f49ce1b3e7b507900e 100644 |
--- a/Source/devtools/front_end/MemoryCountersGraph.js |
+++ b/Source/devtools/front_end/MemoryCountersGraph.js |
@@ -47,6 +47,14 @@ WebInspector.MemoryCountersGraph = function(delegate, model) |
} |
WebInspector.MemoryCountersGraph.prototype = { |
+ timelineStarted: function() |
+ { |
+ }, |
+ |
+ timelineStopped: function() |
+ { |
+ }, |
+ |
/** |
* @param {!WebInspector.TimelineModel.Record} record |
*/ |