Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
index c93a03edcd2ef23ad95a28f578bef23c1d27338f..3790ac71b3e6b4ee5c9a7993d768f6cecb872d1c 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
@@ -175,7 +175,6 @@ class MODULES_EXPORT IDBDatabase final : public EventTargetWithInlineData, |
HeapHashMap<int64_t, Member<IDBTransaction>> m_transactions; |
bool m_closePending = false; |
- bool m_contextStopped = false; |
// Keep track of the versionchange events waiting to be fired on this |
// database so that we can cancel them if the database closes. |