| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 64a0f46f576167b5defd7685ef767f4dbece0894..ab7e818d7735d03368ebdcc60ba40376b288e0f4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -231,6 +231,12 @@ HTMLFrameOwnerElement::delegatedPermissions() const {
|
| return permissions;
|
| }
|
|
|
| +const WebVector<WebFeaturePolicyFeature>&
|
| +HTMLFrameOwnerElement::allowedFeatures() const {
|
| + DEFINE_STATIC_LOCAL(WebVector<WebFeaturePolicyFeature>, features, ());
|
| + return features;
|
| +}
|
| +
|
| Document* HTMLFrameOwnerElement::getSVGDocument(
|
| ExceptionState& exceptionState) const {
|
| Document* doc = contentDocument();
|
|
|