| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseManager.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.h
|
| index 4d3d8e1cc314af4e00bb233b2561c5d3c05079de..147113bb78a2c4d0ba3ae4bbdff7e54f724162d7 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.h
|
| @@ -87,7 +87,7 @@ private:
|
| // 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<RawPtrWillBeMember<ExecutionContext>, Member<DatabaseContext>> ContextMap;
|
| + typedef PersistentHeapHashMap<Member<ExecutionContext>, Member<DatabaseContext>> ContextMap;
|
| ContextMap m_contextMap;
|
| #if ENABLE(ASSERT)
|
| int m_databaseContextRegisteredCount;
|
|
|