| 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 4d5220c0cb544c02882b9d40b227dac03fcaac0d..fb80b7d045dc4c62a1eb15c9cac3e3e34b1f74b2 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -427,7 +427,7 @@ void WebRemoteFrameImpl::setReplicatedName(const WebString& name,
|
| }
|
|
|
| void WebRemoteFrameImpl::setReplicatedFeaturePolicyHeader(
|
| - const WebParsedFeaturePolicy& parsedHeader) const {
|
| + const WebParsedFeaturePolicyHeader& parsedHeader) const {
|
| if (RuntimeEnabledFeatures::featurePolicyEnabled()) {
|
| FeaturePolicy* parentFeaturePolicy = nullptr;
|
| if (parent()) {
|
|
|