| Index: Source/devtools/front_end/profiler/CanvasProfileView.js
|
| diff --git a/Source/devtools/front_end/profiler/CanvasProfileView.js b/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| index 123bc0906a7490aab78ab3c9d11959883cfdf11f..edaeedb3cde08b7def0314142388082d41809322 100644
|
| --- a/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| +++ b/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| @@ -1026,11 +1026,12 @@ WebInspector.CanvasProfileHeader.prototype = {
|
|
|
| /**
|
| * @override
|
| + * @param {!WebInspector.ProfilesPanel} panel
|
| * @return {!WebInspector.ProfileSidebarTreeElement}
|
| */
|
| - createSidebarTreeElement: function()
|
| + createSidebarTreeElement: function(panel)
|
| {
|
| - return new WebInspector.ProfileSidebarTreeElement(this, "profile-sidebar-tree-item");
|
| + return new WebInspector.ProfileSidebarTreeElement(panel, this, "profile-sidebar-tree-item");
|
| },
|
|
|
| /**
|
|
|