Fixed problem that second time profiling data does not comes on inspector.
authorbunam.jeon <bunam.jeon@samsung.com>
Thu, 12 Sep 2013 04:40:57 +0000 (13:40 +0900)
committerbunam.jeon <bunam.jeon@samsung.com>
Thu, 12 Sep 2013 05:43:33 +0000 (14:43 +0900)
commit5e641a6bdb904d50c817c32a201be7f725abf6bd
tree208d7f97e320890ab73755060a3d0d4a0ab9be46
parent468c8bead4d0f3cee41b438a0270a074decca5c6
Fixed problem that second time profiling data does not comes on inspector.

[Title]    Fixed problem that second time profiling data does not comes on inspector.
[Issue#]   N_SE-51553
[Problem]  Second time profiling data does not comes on inspector.
[Cause]    Use unnecessary logic
[Solution] It is a problem that has been fixed in the open source already,
           Because cherry-pick the patch.
[cherry-pick] Web Inspector: Do not disable network tracking while profiling cpu.
              https://bugs.webkit.org/show_bug.cgi?id=93359

Change-Id: Ie4ef5b272418a4afb33d55b06c73afc0b849b744
Source/WebCore/inspector/front-end/CPUProfileView.js
Source/WebCore/inspector/front-end/NetworkManager.js
Source/WebCore/inspector/front-end/ResourceTreeModel.js