| 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 21507313066c6ee10166e2c25c2f6987ffe7d6bc..40955b3878b39083a55d2b8a66191bb00e40dad8 100644
|
| --- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| +++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
|
| @@ -145,6 +145,7 @@ class PLATFORM_EXPORT FeaturePolicy final {
|
|
|
| private:
|
| friend class FeaturePolicyTest;
|
| + friend class FeaturePolicyInFrameTest;
|
|
|
| FeaturePolicy(RefPtr<SecurityOrigin>, FeatureList& features);
|
|
|
|
|