| Index: Source/devtools/front_end/profiler/ProfileTypeRegistry.js
|
| diff --git a/Source/devtools/front_end/profiler/ProfileTypeRegistry.js b/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
|
| index c0e9f979b0c700443260fae5b74f0bf36d53f66a..8db2c29b66ab0800da9e6dfa10cd35ec2fe60404 100644
|
| --- a/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
|
| +++ b/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
|
| @@ -15,11 +15,6 @@ WebInspector.ProfileTypeRegistry = function()
|
| this._addProfileType(this.heapSnapshotProfileType);
|
| this.trackingHeapSnapshotProfileType = new WebInspector.TrackingHeapSnapshotProfileType();
|
| this._addProfileType(this.trackingHeapSnapshotProfileType);
|
| -
|
| - if (Runtime.experiments.isEnabled("canvasInspection")) {
|
| - this.canvasProfileType = new WebInspector.CanvasProfileType();
|
| - this._addProfileType(this.canvasProfileType);
|
| - }
|
| }
|
|
|
| WebInspector.ProfileTypeRegistry.prototype = {
|
|
|