| 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 e49a47aaf2ed40e62b148253006d4f8cfec6c393..16e7a51bac18768d2e538862c4219afd13f336f5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -91,7 +91,8 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| bool allowFullscreen() const override { return false; }
|
| bool allowPaymentRequest() const override { return false; }
|
| AtomicString csp() const override { return nullAtom; }
|
| - const WebVector<WebPermissionType>& delegatedPermissions() const override;
|
| + const WebVector<mojom::blink::PermissionName>& delegatedPermissions()
|
| + const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|