| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index 42c0db6c9d7bd5ce3e63c62ad05cbcc8254186b1..6d0de2807cdc5519207f7f85c7b0b0830e15cf27 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -639,8 +639,6 @@ WebInspector.ProfilesPanel.prototype = {
|
|
|
| _reset: function()
|
| {
|
| - WebInspector.Panel.prototype.reset.call(this);
|
| -
|
| var types = WebInspector.ProfileTypeRegistry.instance.profileTypes();
|
| for (var i = 0; i < types.length; i++)
|
| types[i]._reset();
|
|
|