Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: Source/modules/webdatabase/DatabaseManager.h

Issue 925263004: Merge 190035 "DatabaseManager::terminateDatabaseThread should ha..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2272/
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/webdatabase/DatabaseManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseManager.h
===================================================================
--- Source/modules/webdatabase/DatabaseManager.h (revision 190225)
+++ Source/modules/webdatabase/DatabaseManager.h (working copy)
@@ -84,6 +84,9 @@
static void logErrorMessage(ExecutionContext*, const String& message);
+ // m_contextMap can have two or more entries even though we don't support
+ // Web SQL on workers because single Blink process can have multiple main
+ // contexts.
typedef PersistentHeapHashMap<ExecutionContext*, Member<DatabaseContext> > ContextMap;
ContextMap m_contextMap;
#if ENABLE(ASSERT)
« no previous file with comments | « no previous file | Source/modules/webdatabase/DatabaseManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698