Index: third_party/WebKit/Source/devtools/front_end/sdk/CPUProfilerModel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfilerModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfilerModel.js |
index 0ac11dc68171527c620731b59c81c97dcac7fec2..2e09373423f61c2da5fcac0f12b60b2167be98cd 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfilerModel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfilerModel.js |
@@ -134,6 +134,9 @@ WebInspector.CPUProfilerModel.prototype = { |
return this.target().profilerAgent().stop(extractProfile); |
}, |
+ /** |
+ * @override |
+ */ |
dispose: function() |
{ |
WebInspector.moduleSetting("highResolutionCpuProfiling").removeChangeListener(this._configureCpuProfilerSamplingInterval, this); |