| Index: webkit/dom_storage/dom_storage_namespace.h
|
| diff --git a/webkit/dom_storage/dom_storage_namespace.h b/webkit/dom_storage/dom_storage_namespace.h
|
| index 78ef4d77ff10b690dd39f97b569f17e4686a4632..448c214174cf801c2330c9cd10af41e829b6a573 100644
|
| --- a/webkit/dom_storage/dom_storage_namespace.h
|
| +++ b/webkit/dom_storage/dom_storage_namespace.h
|
| @@ -81,6 +81,9 @@ class WEBKIT_STORAGE_EXPORT DomStorageNamespace
|
| // Returns a pointer to the area holder in our map or NULL.
|
| AreaHolder* GetAreaHolder(const GURL& origin);
|
|
|
| + friend class DomStorageContext;
|
| + const AreaMap& GetAreaMap() const { return areas_; }
|
| +
|
| int64 namespace_id_;
|
| std::string persistent_namespace_id_;
|
| base::FilePath directory_;
|
|
|