| Index: webkit/glue/webframeloaderclient_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframeloaderclient_impl.h (revision 22154)
|
| +++ webkit/glue/webframeloaderclient_impl.h (working copy)
|
| @@ -206,7 +206,8 @@
|
| private:
|
| // Callback function for download of alternate 404 pages. If the server is
|
| // down or we take too long to download the page, |html| will be empty.
|
| - void Alt404PageFinished(const GURL& unreachable_url, const std::string& html);
|
| + void Alt404PageFinished(WebFrame* frame, const GURL& unreachable_url,
|
| + const std::string& html);
|
|
|
| void makeDocumentView();
|
|
|
|
|