Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: webkit/appcache/web_application_cache_host_impl.h

Issue 6727006: Select a more appropiate appcache based on the opener or the parent of the new document. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698