| Index: third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| index d1f6f83bf94d4caa791e2c716f768cfd9afc31a1..eb2aaa0c804fbc388c076b5e3ba189c3781ca482 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js
|
| @@ -167,7 +167,7 @@ WebInspector.ResourcesPanel.prototype = {
|
| if (cacheStorageModel)
|
| cacheStorageModel.enable();
|
|
|
| - if (this._target.isPage())
|
| + if (this._target.hasBrowserDomains())
|
| this._populateResourceTree();
|
| this._populateDOMStorageTree();
|
| this._populateApplicationCacheTree();
|
|
|