| Index: third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js b/third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js
|
| index 14f23eba5865476d72c7c9439ceb6946d41179a0..42891c3b80069554a5e50d8bd371ceedc4f28702 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js
|
| @@ -343,7 +343,8 @@ WebInspector.NetworkProject.prototype = {
|
| // Only load selected resource types from resources.
|
| if (resourceType !== WebInspector.resourceTypes.Image &&
|
| resourceType !== WebInspector.resourceTypes.Font &&
|
| - resourceType !== WebInspector.resourceTypes.Document) {
|
| + resourceType !== WebInspector.resourceTypes.Document &&
|
| + resourceType !== WebInspector.resourceTypes.Manifest) {
|
| return;
|
| }
|
|
|
|
|