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

Unified Diff: webkit/appcache/web_application_cache_host_impl.h

Issue 6546004: Defend against selectCache() being called multiple times.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 75330)
+++ webkit/appcache/web_application_cache_host_impl.h (working copy)
@@ -75,6 +75,7 @@
IsNewMasterEntry is_new_master_entry_;
appcache::AppCacheInfo cache_info_;
GURL original_main_resource_url_; // Used to detect redirection.
+ bool was_select_cache_called_;
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698