| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 774d9cb024221bc947d210933193a33648d352d4..57d82bcbd5dd1cdb5db7a3b274f3bfb605969444 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -402,7 +402,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ParsedFeaturePolicyDeclaration)
|
| - IPC_STRUCT_TRAITS_MEMBER(feature_name)
|
| + IPC_STRUCT_TRAITS_MEMBER(feature)
|
| IPC_STRUCT_TRAITS_MEMBER(matches_all_origins)
|
| IPC_STRUCT_TRAITS_MEMBER(origins)
|
| IPC_STRUCT_TRAITS_END()
|
|
|