| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
|
| index 0c53a0303557e56404cdd142f7c8efa1fc9d8cf0..6a9d060f7225c78639dee07586b18109b35c0bf5 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h
|
| @@ -71,8 +71,8 @@ class DatabaseContext final : public GarbageCollectedFinalized<DatabaseContext>,
|
| explicit DatabaseContext(ExecutionContext*);
|
|
|
| Member<DatabaseThread> m_databaseThread;
|
| - bool
|
| - m_hasOpenDatabases; // This never changes back to false, even after the database thread is closed.
|
| + bool m_hasOpenDatabases; // This never changes back to false, even after the
|
| + // database thread is closed.
|
| bool m_hasRequestedTermination;
|
| };
|
|
|
|
|