| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index 35277a73e752e3e584f96c5c222e96fc31fe6562..8946b8829ef53451918bf6555014af1338147732 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -189,7 +189,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| ContentSecurityPolicyHeaderType,
|
| ContentSecurityPolicyHeaderSource,
|
| const std::vector<WebContentSecurityPolicyPolicy>&) override;
|
| - void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
|
| + void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) override;
|
|
|
| void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) override;
|
|
|