Index: Source/devtools/front_end/TimelineView.js |
diff --git a/Source/devtools/front_end/TimelineView.js b/Source/devtools/front_end/TimelineView.js |
index 72644acd99ef16333fc138a3aab5826ab39bf448..2c53abd9bba1bd943a550f1254bc6a3efd6923d8 100644 |
--- a/Source/devtools/front_end/TimelineView.js |
+++ b/Source/devtools/front_end/TimelineView.js |
@@ -71,6 +71,14 @@ WebInspector.TimelineView = function(delegate, model) |
} |
WebInspector.TimelineView.prototype = { |
+ timelineStarted: function() |
+ { |
+ }, |
+ |
+ timelineStopped: function() |
+ { |
+ }, |
+ |
/** |
* @param {?WebInspector.TimelineFrameModel} frameModel |
*/ |