Index: Source/devtools/front_end/TimelineView.js |
diff --git a/Source/devtools/front_end/TimelineView.js b/Source/devtools/front_end/TimelineView.js |
index 2d37c4f6ac5fcab06be6d254713ce75eab1757b5..45a6c18bf71cd9ed97e920af1862860ee1a79c89 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 |
*/ |