| Index: webkit/appcache/appcache_storage_impl.cc
|
| diff --git a/webkit/appcache/appcache_storage_impl.cc b/webkit/appcache/appcache_storage_impl.cc
|
| index 8fe803c4e39d47bd98e5c9c6afe8e7e267bb0f94..438471d46e3626df917e72d8ae3a4418454767d8 100644
|
| --- a/webkit/appcache/appcache_storage_impl.cc
|
| +++ b/webkit/appcache/appcache_storage_impl.cc
|
| @@ -1295,7 +1295,7 @@ AppCacheStorageImpl::AppCacheStorageImpl(AppCacheService* service)
|
| last_deletable_response_rowid_(0),
|
| database_(NULL),
|
| is_disabled_(false),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| AppCacheStorageImpl::~AppCacheStorageImpl() {
|
|
|