Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/ResourcesSection.js

Issue 2809003007: [DevTools] Reset main frame subtree on navigation (Closed)
Patch Set: [DevTools] Reset main frame subtree on navigation Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-on-navigation-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698