| 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 796942443bcba1ac61bab2ebe7839e363140f694..8484381ade316c817bd6c137ba853722ac432a61 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*) {}
|
|
|