| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index d78b57e1d7fd0343b4f4b7cf133602f2c7eea698..c4f8498d80cb7ecca3e832e800f12b167c7befd4 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -424,7 +424,7 @@ void WebRemoteFrameImpl::setReplicatedName(const WebString& name,
|
| }
|
|
|
| void WebRemoteFrameImpl::setReplicatedFeaturePolicyHeader(
|
| - const WebParsedFeaturePolicyHeader& parsedHeader) const {
|
| + const WebParsedFeaturePolicy& parsedHeader) const {
|
| if (RuntimeEnabledFeatures::featurePolicyEnabled()) {
|
| WebFeaturePolicy* parentFeaturePolicy = nullptr;
|
| if (parent()) {
|
|
|