| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| index bb7299d94294be00a3c1c293269e51d91474febc..e8f36f1e74e6da4ffd7c5b5dc63714d1fa02ef8f 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| @@ -77,9 +77,9 @@ class DatabaseThread : public GarbageCollectedFinalized<DatabaseThread> {
|
|
|
| std::unique_ptr<WebThreadSupportingGC> m_thread;
|
|
|
| - // This set keeps track of the open databases that have been used on this thread.
|
| - // This must be updated in the database thread though it is constructed and
|
| - // destructed in the context thread.
|
| + // This set keeps track of the open databases that have been used on this
|
| + // thread. This must be updated in the database thread though it is
|
| + // constructed and destructed in the context thread.
|
| HashSet<CrossThreadPersistent<Database>> m_openDatabaseSet;
|
|
|
| std::unique_ptr<SQLTransactionClient> m_transactionClient;
|
|
|