| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index c445ac17bcae4e850541be098b8b0d271a1968e3..dbd665ee501d9cc4ef0406642cbd94b83e772c8b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -60,7 +60,6 @@ class Document;
|
| class DocumentLoader;
|
| struct FrameLoadRequest;
|
| class HTMLFormElement;
|
| -class HTMLFrameElementBase;
|
| class HTMLFrameOwnerElement;
|
| class HTMLMediaElement;
|
| class HTMLPlugInElement;
|
| @@ -286,7 +285,7 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| ContentSecurityPolicyHeaderType,
|
| ContentSecurityPolicyHeaderSource) {}
|
|
|
| - virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
|
| + virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
|
|
|
| virtual void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) {}
|
|
|