| Index: Source/devtools/front_end/CanvasProfileView.js
|
| diff --git a/Source/devtools/front_end/CanvasProfileView.js b/Source/devtools/front_end/CanvasProfileView.js
|
| index 57d07c567e57551b73c9f7a41467b291a09e6ef4..d59bad3187a8d7acf379c810977da47c09873c3c 100644
|
| --- a/Source/devtools/front_end/CanvasProfileView.js
|
| +++ b/Source/devtools/front_end/CanvasProfileView.js
|
| @@ -766,11 +766,6 @@ WebInspector.CanvasProfileType.prototype = {
|
| this._recording = false;
|
| },
|
|
|
| - setRecordingProfile: function(isProfiling)
|
| - {
|
| - this._recording = isProfiling;
|
| - },
|
| -
|
| /**
|
| * @override
|
| * @param {string=} title
|
|
|