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..0ba6075df28dfcfdb5d6932bc3a40ccee5ca30fc 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -93,6 +93,8 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement, |
AtomicString csp() const override { return nullAtom; } |
const WebVector<mojom::blink::PermissionName>& delegatedPermissions() |
const override; |
+ const WebVector<WebFeaturePolicyFeature>& allowedFeatureNames() |
+ const override; |
DECLARE_VIRTUAL_TRACE(); |