Index: webkit/appcache/web_application_cache_host_impl.h |
=================================================================== |
--- webkit/appcache/web_application_cache_host_impl.h (revision 81647) |
+++ webkit/appcache/web_application_cache_host_impl.h (working copy) |
@@ -25,7 +25,7 @@ |
static WebApplicationCacheHostImpl* FromId(int id); |
// Returns the host associated with the current document in frame. |
- static WebApplicationCacheHostImpl* FromFrame(WebKit::WebFrame* frame); |
+ static WebApplicationCacheHostImpl* FromFrame(const WebKit::WebFrame* frame); |
WebApplicationCacheHostImpl(WebKit::WebApplicationCacheHostClient* client, |
AppCacheBackend* backend); |