| Index: third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js
|
| index de9dee33974d97156d6a38872434abc531b0cdcc..047cb83789337f3bd39aa42a3f86ecacef7d55fe 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js
|
| @@ -75,8 +75,6 @@ Resources.ResourcesSection = class {
|
| * @param {!SDK.ResourceTreeFrame} frame
|
| */
|
| _frameNavigated(frame) {
|
| - if (!Resources.ResourcesSection._getParentFrame(frame))
|
| - return;
|
| var frameTreeElement = this._treeElementForFrameId.get(frame.id);
|
| if (frameTreeElement)
|
| frameTreeElement.frameNavigated(frame);
|
|
|