| 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 3efe7b789427483894f11981d48d34057356f4fb..d0c39b1e61b9e1451837035488d5824b8250622a 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -143,6 +143,19 @@ WebInspector.TimelineModel.forAllRecords = function(recordsArray, preOrderCallba
|
|
|
| WebInspector.TimelineModel.prototype = {
|
| /**
|
| + * @param {boolean} captureStacks
|
| + * @param {boolean} captureMemory
|
| + * @param {boolean} capturePictures
|
| + */
|
| + startRecording: function(captureStacks, captureMemory, capturePictures)
|
| + {
|
| + },
|
| +
|
| + stopRecording: function()
|
| + {
|
| + },
|
| +
|
| + /**
|
| * @return {boolean}
|
| */
|
| loadedFromFile: function()
|
|
|