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 bede8e1f29a240d2c1e865a3e2497909910192b8..7e242e984ca3dc4e32572cd7266b6501e16e523e 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; |