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 26ec6013afad28090c721987c83f2423b51a1f0e..f732df0ec483fdb23733672dbf6c0c0ceef167e3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -85,6 +85,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(); |