| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| index f34a74ccb5cfd15f45f5dc4922ccdd4f3c1a4198..0bfc86740a0242952b38faa2eaf2a9f9dbbd24e3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| @@ -66,6 +66,8 @@ private:
|
|
|
| bool allowFullscreen() const override { return m_allowFullscreen; }
|
|
|
| + AtomicString csp() const override { return m_csp; }
|
| +
|
| const WebVector<WebPermissionType>& delegatedPermissions() const override { return m_delegatedPermissions; }
|
|
|
| bool initializePermissionsAttribute();
|
|
|