| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 16e7a51bac18768d2e538862c4219afd13f336f5..59ea874dcd69a55063679559cdec41648d812f50 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -93,6 +93,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| AtomicString csp() const override { return nullAtom; }
|
| const WebVector<mojom::blink::PermissionName>& delegatedPermissions()
|
| const override;
|
| + const WebVector<WebFeaturePolicyFeature>& allowedFeatures() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|