| 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 1c3a1244c7598b8e3b14232d3829eaaaf0c2b707..a012eff9ce50825c834751d569bb60935ec8aa93 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();
|
|
|
|
|