Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
index 148d947a1dbb77e7501a808a80df645e8796b011..0b9e006e3274360b716c05feaf215b8e39be532c 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h |
@@ -56,7 +56,7 @@ class ScriptState; |
class MODULES_EXPORT IDBTransaction final |
: public EventTargetWithInlineData, |
public ActiveScriptWrappable<IDBTransaction>, |
- public ContextLifecycleObserver { |
+ public ContextClient { |
USING_GARBAGE_COLLECTED_MIXIN(IDBTransaction); |
DEFINE_WRAPPERTYPEINFO(); |