Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: Source/devtools/front_end/timeline/TimelineFrameModel.js

Issue 422303004: DevTools: followup fix for r179113. It provides an empty base implementation of setMergeRecords. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/TimelineFrameModel.js
diff --git a/Source/devtools/front_end/timeline/TimelineFrameModel.js b/Source/devtools/front_end/timeline/TimelineFrameModel.js
index 2c40103164a0deb11b3ed852bcb406faf2fdb2c4..5701e1b85599248058cacd8f82f1ed929183a1b5 100644
--- a/Source/devtools/front_end/timeline/TimelineFrameModel.js
+++ b/Source/devtools/front_end/timeline/TimelineFrameModel.js
@@ -38,6 +38,13 @@ WebInspector.TimelineFrameModelBase = function()
WebInspector.TimelineFrameModelBase.prototype = {
/**
+ * @param {boolean} value
+ */
+ setMergeRecords: function(value)
+ {
+ },
+
+ /**
* @return {!Array.<!WebInspector.TimelineFrame>}
*/
frames: function()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698