| Index: content/browser/in_process_webkit/dom_storage_area.h
|
| diff --git a/content/browser/in_process_webkit/dom_storage_area.h b/content/browser/in_process_webkit/dom_storage_area.h
|
| index a663ee0ad76d18c9a4d0e63284ab23e6fded5916..bc61a80bd9622a51a9d677e1b0df8a9ac63cabc6 100644
|
| --- a/content/browser/in_process_webkit/dom_storage_area.h
|
| +++ b/content/browser/in_process_webkit/dom_storage_area.h
|
| @@ -39,6 +39,8 @@ class DOMStorageArea {
|
|
|
| DOMStorageNamespace* owner() const { return owner_; }
|
|
|
| + void CopyDataTo(DOMStorageArea* other);
|
| +
|
| private:
|
| // Creates the underlying WebStorageArea on demand.
|
| void CreateWebStorageAreaIfNecessary();
|
|
|