| Index: third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| index a134f126313b81d48ee8151b4192f5bcc4307cdf..52e1a9b03497b1fea19860ad61b762937527ce95 100644
|
| --- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| +++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| @@ -26,7 +26,7 @@ getWebFeaturePolicyFeature(const String& feature);
|
| // but will be filtered out when the policy is constructed. If |messages| is
|
| // not null, then any errors in the input will cause an error message to be
|
| // appended to it.
|
| -PLATFORM_EXPORT WebParsedFeaturePolicyHeader
|
| +PLATFORM_EXPORT WebParsedFeaturePolicy
|
| parseFeaturePolicy(const String& policy,
|
| RefPtr<SecurityOrigin>,
|
| Vector<String>* messages);
|
|
|