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 3ddbeaaa5fbb8b374465c2a16e53bdf9be12cc6c..6afcaa14bee8bda956abc8ee4104ca09024ad752 100644 |
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h |
@@ -190,7 +190,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; |