Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
index da344b61042f78396536705321d4a022308a7443..9e1171988125dc51966ea8542e0e71df8278d26d 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -283,8 +283,8 @@ void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&) { |
NOTREACHED(); |
} |
-WebURLLoader* WebRemoteFrameImpl::createAssociatedURLLoader( |
- const WebURLLoaderOptions&) { |
+WebAssociatedURLLoader* WebRemoteFrameImpl::createAssociatedURLLoader( |
+ const WebAssociatedURLLoaderOptions&) { |
NOTREACHED(); |
return nullptr; |
} |