Chromium Code Reviews| Index: Source/devtools/front_end/timeline/TimelineModel.js |
| diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js |
| index 2c310fcf07bc511c654cffc5caeec2c86ad28c80..3efe7b789427483894f11981d48d34057356f4fb 100644 |
| --- a/Source/devtools/front_end/timeline/TimelineModel.js |
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js |
| @@ -388,6 +388,11 @@ WebInspector.TimelineModel.Record.prototype = { |
| data: function() { }, |
| /** |
| + * @return {?Object} |
| + */ |
| + highlightQuad: function() { }, |
| + |
| + /** |
| * @return {string} |
| */ |
| type: function() { }, |