Index: webkit/appcache/web_application_cache_host_impl.cc |
diff --git a/webkit/appcache/web_application_cache_host_impl.cc b/webkit/appcache/web_application_cache_host_impl.cc |
index fed59d6a452a99c61d788d4f2985e3e070fb1073..2b9eafbf72bea5d53cfb90e70ce71362dc89fed1 100644 |
--- a/webkit/appcache/web_application_cache_host_impl.cc |
+++ b/webkit/appcache/web_application_cache_host_impl.cc |
@@ -71,7 +71,7 @@ WebApplicationCacheHostImpl::WebApplicationCacheHostImpl( |
AppCacheBackend* backend) |
: client_(client), |
backend_(backend), |
- ALLOW_THIS_IN_INITIALIZER_LIST(host_id_(all_hosts()->Add(this))), |
+ host_id_(all_hosts()->Add(this)), |
status_(UNCACHED), |
is_scheme_supported_(false), |
is_get_method_(false), |