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