Index: Source/devtools/front_end/TimelinePowerGraph.js |
diff --git a/Source/devtools/front_end/TimelinePowerGraph.js b/Source/devtools/front_end/TimelinePowerGraph.js |
index 952011d2a0e6b070291bf6ac41e14fe7d72c53ff..07566f287dfc48079905ac23d1b8ee4127d08239 100644 |
--- a/Source/devtools/front_end/TimelinePowerGraph.js |
+++ b/Source/devtools/front_end/TimelinePowerGraph.js |
@@ -18,6 +18,14 @@ WebInspector.TimelinePowerGraph = function(delegate, model) |
} |
WebInspector.TimelinePowerGraph.prototype = { |
+ timelineStarted: function() |
+ { |
+ }, |
+ |
+ timelineStopped: function() |
+ { |
+ }, |
+ |
_onRecordAdded: function(event) |
{ |
var record = event.data; |