| Index: Source/devtools/front_end/CPUProfileView.js
|
| diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js
|
| index fce2bac953fc3bc657c4fb60464f9b99c05d5c82..1088b073bc15e6963c2c1ab3d9b5044492882814 100644
|
| --- a/Source/devtools/front_end/CPUProfileView.js
|
| +++ b/Source/devtools/front_end/CPUProfileView.js
|
| @@ -719,14 +719,6 @@ WebInspector.CPUProfileType.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {boolean} isProfiling
|
| - */
|
| - setRecordingProfile: function(isProfiling)
|
| - {
|
| - this._recording = isProfiling;
|
| - },
|
| -
|
| - /**
|
| * @override
|
| * @param {string=} title
|
| * @return {!WebInspector.ProfileHeader}
|
|
|