| Index: webkit/dom_storage/dom_storage_cached_area.h
|
| diff --git a/webkit/dom_storage/dom_storage_cached_area.h b/webkit/dom_storage/dom_storage_cached_area.h
|
| index 81e84678f1f6967ff2ee5fb06aeedb9f363f49ea..c1d9db122c1d7cc82ef5e026e8ba267a207c4efe 100644
|
| --- a/webkit/dom_storage/dom_storage_cached_area.h
|
| +++ b/webkit/dom_storage/dom_storage_cached_area.h
|
| @@ -57,7 +57,7 @@ class WEBKIT_STORAGE_EXPORT DomStorageCachedArea :
|
| // Primes the cache, loading all values for the area.
|
| void Prime(int connection_id);
|
| void PrimeIfNeeded(int connection_id) {
|
| - if (!map_)
|
| + if (!map_.get())
|
| Prime(connection_id);
|
| }
|
|
|
|
|