| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index 43fa72f5c206a07ee2a2c50427234e1946418e41..95067ae72bf9c7863d3edcc1d266b4c241c8f7f1 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -186,7 +186,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
|
| void didAddContentSecurityPolicy(const String& headerValue,
|
| ContentSecurityPolicyHeaderType,
|
| ContentSecurityPolicyHeaderSource) override;
|
| - void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
|
| + void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) override;
|
|
|
| void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) override;
|
|
|