| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index 107ae0dfbdbfa2e9df7c4cd5c708e2bfebe11969..6fc98125bb610c87f6445b009dd61643380d8630 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -1782,6 +1782,9 @@ WebInspector.TimelineCategory.prototype = {
|
| return this._hidden;
|
| },
|
|
|
| + /**
|
| + * @param {boolean} hidden
|
| + */
|
| set hidden(hidden)
|
| {
|
| this._hidden = hidden;
|
|
|