| Index: webkit/glue/webframeloaderclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webframeloaderclient_impl.cc (revision 22154)
|
| +++ webkit/glue/webframeloaderclient_impl.cc (working copy)
|
| @@ -383,7 +383,8 @@
|
| return d->GetAlternateErrorPageURL(failedURL, WebViewDelegate::HTTP_404);
|
| }
|
|
|
| -void WebFrameLoaderClient::Alt404PageFinished(const GURL& unreachable_url,
|
| +void WebFrameLoaderClient::Alt404PageFinished(WebFrame* frame,
|
| + const GURL& unreachable_url,
|
| const std::string& html) {
|
| // TODO(darin): Move this processing out to the embedder.
|
| if (!html.empty()) {
|
|
|