Index: webkit/child/weburlloader_impl.h |
diff --git a/webkit/child/weburlloader_impl.h b/webkit/child/weburlloader_impl.h |
index 3cd200183bbc2b6591fec54a01872093e6858688..b8ed0ccdd8a6aa41f8b9133a109bbac3087c68d7 100644 |
--- a/webkit/child/weburlloader_impl.h |
+++ b/webkit/child/weburlloader_impl.h |
@@ -20,7 +20,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader { |
virtual ~WebURLLoaderImpl(); |
static blink::WebURLError CreateError(const blink::WebURL& unreachable_url, |
- int reason); |
+ bool stale_copy_in_cache, |
+ int reason); |
WEBKIT_CHILD_EXPORT static void PopulateURLResponse( |
const GURL& url, |
const ResourceResponseInfo& info, |