| Index: third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js
|
| index ae9c1d0cec0eb374ed91f641e213c561a4e32264..7afe187ca5b52041b7057430b61ebf10d6603d36 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js
|
| @@ -723,7 +723,7 @@ SDK.ResourceTreeFrame = class {
|
| * @return {string}
|
| */
|
| displayName() {
|
| - if (!this._parentFrame)
|
| + if (!this._parentFrame && !this._model.target().parentTarget())
|
| return Common.UIString('top');
|
| var subtitle = new Common.ParsedURL(this._url).displayName;
|
| if (subtitle) {
|
|
|