| Index: third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h b/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
|
| index 0c9a6040f5926955d921af4e7dd5f5d96e57caba..2eb17698b7503fdd35d75bb2debaa8055218b64b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "core/CoreExport.h"
|
| -#include "platform/feature_policy/FeaturePolicy.h"
|
| +#include "public/platform/WebFeaturePolicy.h"
|
| #include <v8.h>
|
|
|
| namespace blink {
|
| @@ -42,7 +42,7 @@ CORE_EXPORT InstallConditionalFeaturesFunction
|
| // when the V8 context is reused (i.e., after navigation)
|
| CORE_EXPORT void installPendingConditionalFeaturesOnWindow(const ScriptState*);
|
|
|
| -CORE_EXPORT bool isFeatureEnabledInFrame(const FeaturePolicy::Feature&,
|
| +CORE_EXPORT bool isFeatureEnabledInFrame(WebFeaturePolicyFeature,
|
| const LocalFrame*);
|
|
|
| } // namespace blink
|
|
|