| Index: Source/devtools/front_end/CPUProfileView.js
|
| diff --git a/Source/devtools/front_end/CPUProfileView.js b/Source/devtools/front_end/CPUProfileView.js
|
| index 1fb5210134916c8c9a8a087bc49e8de34ed929a0..af562e1458aa6ed88eb06e753ba910a40b5f0cf8 100644
|
| --- a/Source/devtools/front_end/CPUProfileView.js
|
| +++ b/Source/devtools/front_end/CPUProfileView.js
|
| @@ -768,12 +768,6 @@ WebInspector.CPUProfileType.prototype = {
|
| },
|
|
|
| /** @deprecated To be removed from the protocol */
|
| - finishHeapSnapshot: function(uid)
|
| - {
|
| - throw new Error("Never called");
|
| - },
|
| -
|
| - /** @deprecated To be removed from the protocol */
|
| reportHeapSnapshotProgress: function(done, total)
|
| {
|
| throw new Error("Never called");
|
|
|