| Index: webkit/dom_storage/dom_storage_cached_area.cc
|
| diff --git a/webkit/dom_storage/dom_storage_cached_area.cc b/webkit/dom_storage/dom_storage_cached_area.cc
|
| index af5e1f488fcdf66b5a187c0cc6e56f1f5b6657da..da15b0eadd5f0440f87aaf21bf0bae5a97aa4f12 100644
|
| --- a/webkit/dom_storage/dom_storage_cached_area.cc
|
| +++ b/webkit/dom_storage/dom_storage_cached_area.cc
|
| @@ -16,7 +16,7 @@ DomStorageCachedArea::DomStorageCachedArea(
|
| int64 namespace_id, const GURL& origin, DomStorageProxy* proxy)
|
| : ignore_all_mutations_(false),
|
| namespace_id_(namespace_id), origin_(origin),
|
| - proxy_(proxy), weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + proxy_(proxy), weak_factory_(this) {
|
| }
|
|
|
| DomStorageCachedArea::~DomStorageCachedArea() {
|
|
|