summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/CPUProfileView.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/CPUProfileView.js')
-rw-r--r--Source/WebCore/inspector/front-end/CPUProfileView.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebCore/inspector/front-end/CPUProfileView.js b/Source/WebCore/inspector/front-end/CPUProfileView.js
index eb71ff8a5..301532830 100644
--- a/Source/WebCore/inspector/front-end/CPUProfileView.js
+++ b/Source/WebCore/inspector/front-end/CPUProfileView.js
@@ -560,10 +560,8 @@ WebInspector.CPUProfileType.prototype = {
{
if (this._recording) {
this.stopRecordingProfile();
- WebInspector.networkManager.enableResourceTracking();
return false;
} else {
- WebInspector.networkManager.disableResourceTracking();
this.startRecordingProfile();
return true;
}