| Index: third_party/WebKit/Source/devtools/front_end/profiler/TopDownProfileDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/TopDownProfileDataGrid.js b/third_party/WebKit/Source/devtools/front_end/profiler/TopDownProfileDataGrid.js
|
| index 65694a1cc0fd5dbf5eda4918220077741d149047..b7572221c2366d9f551c80ffa90c9596ee018a63 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/TopDownProfileDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/TopDownProfileDataGrid.js
|
| @@ -134,6 +134,9 @@ WebInspector.TopDownProfileDataGridTree.prototype = {
|
| this.sort(this.lastComparator, true);
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| restore: function()
|
| {
|
| if (!this._savedChildren)
|
|
|