X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Findexed_db%2Findexed_db_factory_impl.h;h=aaa13bc7dffd54d48b10b547d5876f3b95bc2615;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=23a9350ac853dcbfa4d45233da40280833ea764a;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/indexed_db/indexed_db_factory_impl.h b/src/content/browser/indexed_db/indexed_db_factory_impl.h index 23a9350..aaa13bc 100644 --- a/src/content/browser/indexed_db/indexed_db_factory_impl.h +++ b/src/content/browser/indexed_db/indexed_db_factory_impl.h @@ -104,6 +104,11 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, ForceCloseOpenDatabasesOnCommitFailure); + typedef std::map + IndexedDBDatabaseMap; + typedef std::map > + IndexedDBBackingStoreMap; + // Called internally after a database is closed, with some delay. If this // factory has the last reference, it will be released. void MaybeCloseBackingStore(const GURL& origin_url); @@ -117,13 +122,8 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { IndexedDBContextImpl* context_; - typedef std::map - IndexedDBDatabaseMap; IndexedDBDatabaseMap database_map_; OriginDBMap origin_dbs_; - - typedef std::map > - IndexedDBBackingStoreMap; IndexedDBBackingStoreMap backing_store_map_; std::set > session_only_backing_stores_;