| Index: Source/WebCore/inspector/front-end/CPUProfileView.js | 
| =================================================================== | 
| --- Source/WebCore/inspector/front-end/CPUProfileView.js	(revision 130483) | 
| +++ Source/WebCore/inspector/front-end/CPUProfileView.js	(working copy) | 
| @@ -560,10 +560,8 @@ | 
| { | 
| if (this._recording) { | 
| this.stopRecordingProfile(); | 
| -            WebInspector.networkManager.enableResourceTracking(); | 
| return false; | 
| } else { | 
| -            WebInspector.networkManager.disableResourceTracking(); | 
| this.startRecordingProfile(); | 
| return true; | 
| } | 
|  |