Index: webkit/dom_storage/dom_storage_types.h |
=================================================================== |
--- webkit/dom_storage/dom_storage_types.h (revision 132070) |
+++ webkit/dom_storage/dom_storage_types.h (working copy) |
@@ -26,6 +26,8 @@ |
// values for sessionstorage namespaces. |
const int64 kLocalStorageNamespaceId = 0; |
+const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId; |
+ |
// Value to indicate an area that not be opened. |
const int kInvalidAreaId = -1; |