Index: trunk/src/content/browser/indexed_db/indexed_db_context_impl.h |
=================================================================== |
--- trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (revision 244272) |
+++ trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (working copy) |
@@ -137,6 +137,8 @@ |
scoped_ptr<std::set<GURL> > origin_set_; |
OriginToSizeMap origin_size_map_; |
OriginToSizeMap space_available_map_; |
+ typedef std::set<IndexedDBConnection*> ConnectionSet; |
+ std::map<GURL, ConnectionSet> connections_; |
DISALLOW_COPY_AND_ASSIGN(IndexedDBContextImpl); |
}; |