| Index: third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| diff --git a/third_party/WebKit/public/platform/WebFeaturePolicy.h b/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| index 93865643a42f9114710189f88492db74ebcb13c6..44a0cac853468698cd4a446e03a164c3d50b27c7 100644
|
| --- a/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| +++ b/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| @@ -57,8 +57,7 @@ struct BLINK_PLATFORM_EXPORT WebParsedFeaturePolicyDeclaration {
|
|
|
| // Used in Blink code to represent parsed headers. Used for IPC between renderer
|
| // and browser.
|
| -using WebParsedFeaturePolicyHeader =
|
| - WebVector<WebParsedFeaturePolicyDeclaration>;
|
| +using WebParsedFeaturePolicy = WebVector<WebParsedFeaturePolicyDeclaration>;
|
|
|
| // Composed full policy for a document. Stored in SecurityContext for each
|
| // document. This is essentially an opaque handle to an object in the embedder.
|
|
|