| 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 11a310ea379c606b9cbc55578d582dc5f8ce03f3..ef1ebf4d4973c1b50f2a32a198add3bc72e26153 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;
|
| @@ -280,7 +279,7 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| ContentSecurityPolicyHeaderType,
|
| ContentSecurityPolicyHeaderSource) {}
|
|
|
| - virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
|
| + virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
|
|
|
| virtual void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) {}
|
|
|