| Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| index d6391756963d0dac7756c2600ee7bb48c10fabc8..bbaee67d962e98615ba3953deb54c2a1280e3b77 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| @@ -62,7 +62,6 @@ class Document;
|
| class DocumentLoader;
|
| struct FrameLoadRequest;
|
| class HTMLFormElement;
|
| -class HTMLFrameElementBase;
|
| class HTMLFrameOwnerElement;
|
| class HTMLMediaElement;
|
| class HTMLPlugInElement;
|
| @@ -287,7 +286,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
|
| virtual void didAddContentSecurityPolicies(
|
| const blink::WebVector<WebContentSecurityPolicy>&) {}
|
|
|
| - virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
|
| + virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
|
|
|
| virtual void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) {}
|
|
|