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 0b9e006e3274360b716c05feaf215b8e39be532c..148d947a1dbb77e7501a808a80df645e8796b011 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 ContextClient { |
+ public ContextLifecycleObserver { |
USING_GARBAGE_COLLECTED_MIXIN(IDBTransaction); |
DEFINE_WRAPPERTYPEINFO(); |