Index: webkit/dom_storage/dom_storage_map.h |
=================================================================== |
--- webkit/dom_storage/dom_storage_map.h (revision 133523) |
+++ webkit/dom_storage/dom_storage_map.h (working copy) |
@@ -35,6 +35,9 @@ |
// this method does not do quota checking. |
void SwapValues(ValuesMap* map); |
+ // Writes a copy of the current set of values_ to the |map|. |
+ void ExtractValues(ValuesMap* map) const { *map = values_; } |
+ |
// Creates a new instance of DomStorageMap containing |
// a deep copy of values_. |
DomStorageMap* DeepCopy() const; |