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..19691866a7f021be9c1459fdeb6d2bf8ed6151ad 100644 |
--- a/third_party/WebKit/public/platform/WebFeaturePolicy.h |
+++ b/third_party/WebKit/public/platform/WebFeaturePolicy.h |
@@ -50,7 +50,7 @@ enum class WebFeaturePolicyFeature { |
struct BLINK_PLATFORM_EXPORT WebParsedFeaturePolicyDeclaration { |
WebParsedFeaturePolicyDeclaration() : matchesAllOrigins(false) {} |
- WebString featureName; |
+ WebFeaturePolicyFeature feature; |
bool matchesAllOrigins; |
WebVector<WebSecurityOrigin> origins; |
}; |