| Index: webkit/quota/quota_temporary_storage_evictor.cc
|
| diff --git a/webkit/quota/quota_temporary_storage_evictor.cc b/webkit/quota/quota_temporary_storage_evictor.cc
|
| index 452bb4ff5cde9c6bbf6024c01281f1a8e0962a51..b99b1936df04e4e4a70debbeaeccbae707f61c26 100644
|
| --- a/webkit/quota/quota_temporary_storage_evictor.cc
|
| +++ b/webkit/quota/quota_temporary_storage_evictor.cc
|
| @@ -52,7 +52,7 @@ QuotaTemporaryStorageEvictor::QuotaTemporaryStorageEvictor(
|
| quota_eviction_handler_(quota_eviction_handler),
|
| interval_ms_(interval_ms),
|
| repeated_eviction_(true),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_factory_(this) {
|
| DCHECK(quota_eviction_handler);
|
| }
|
|
|
|
|