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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBRequest.h

Issue 2473203002: IndexedDB: Remove m_contextStopped from ActiveDOMObjecs (Closed)
Patch Set: Created 4 years, 1 month 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
Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
index 6a10f6f518efe8ea2d78c2ec2d2a4772d53e8aed..64e6ce589faecd6c18f33cc4c013ca1b0dd62c50 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
@@ -151,7 +151,6 @@ class MODULES_EXPORT IDBRequest : public EventTargetWithInlineData,
// EventTarget
DispatchEventResult dispatchEventInternal(Event*) override;
- bool m_contextStopped = false;
Member<IDBTransaction> m_transaction;
ReadyState m_readyState = PENDING;
bool m_requestAborted = false; // May be aborted by transaction then receive

Powered by Google App Engine
This is Rietveld 408576698