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 7e8ac3161f9b59960f43d58c54b70003c12b760c..221f0fc6365ff4e4c4e09ed8a99c196b4d4d472e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -83,6 +83,7 @@ public: |
int marginWidth() const override { return -1; } |
int marginHeight() const override { return -1; } |
bool allowFullscreen() const override { return false; } |
+ const WebVector<WebPermissionType>* delegatedPermissions() const { return nullptr; } |
DECLARE_VIRTUAL_TRACE(); |