| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| index bd6cb3fabdfb53542c3bd6a8a97f741bc4366b99..434fcef82e35c54b737f53d79bf2f8e94a9720e6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfileDataGrid.js
|
| @@ -26,7 +26,7 @@
|
| /**
|
| * @unrestricted
|
| */
|
| -Profiler.ProfileDataGridNode = class extends UI.DataGridNode {
|
| +Profiler.ProfileDataGridNode = class extends DataGrid.DataGridNode {
|
| /**
|
| * @param {!SDK.ProfileNode} profileNode
|
| * @param {!Profiler.ProfileDataGridTree} owningTree
|
| @@ -208,7 +208,7 @@ Profiler.ProfileDataGridNode = class extends UI.DataGridNode {
|
|
|
| /**
|
| * @override
|
| - * @param {!UI.DataGridNode} profileDataGridNode
|
| + * @param {!DataGrid.DataGridNode} profileDataGridNode
|
| * @param {number} index
|
| */
|
| insertChild(profileDataGridNode, index) {
|
| @@ -220,7 +220,7 @@ Profiler.ProfileDataGridNode = class extends UI.DataGridNode {
|
|
|
| /**
|
| * @override
|
| - * @param {!UI.DataGridNode} profileDataGridNode
|
| + * @param {!DataGrid.DataGridNode} profileDataGridNode
|
| */
|
| removeChild(profileDataGridNode) {
|
| super.removeChild(profileDataGridNode);
|
|
|