| Index: webkit/dom_storage/dom_storage_area.h
|
| diff --git a/webkit/dom_storage/dom_storage_area.h b/webkit/dom_storage/dom_storage_area.h
|
| index d804b411e537957bd1a386cd6fddd407a59645f2..3b45f0e02e4542f8c0f9400c8b255fd827b5eaaf 100644
|
| --- a/webkit/dom_storage/dom_storage_area.h
|
| +++ b/webkit/dom_storage/dom_storage_area.h
|
| @@ -80,6 +80,8 @@ class WEBKIT_STORAGE_EXPORT DomStorageArea
|
| // no longer do anything.
|
| void Shutdown();
|
|
|
| + size_t GetMapSize() const;
|
| +
|
| private:
|
| friend class DomStorageAreaTest;
|
| FRIEND_TEST_ALL_PREFIXES(DomStorageAreaTest, DomStorageAreaBasics);
|
|
|