| 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 a012eff9ce50825c834751d569bb60935ec8aa93..1c3a1244c7598b8e3b14232d3829eaaaf0c2b707 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -56,7 +56,7 @@
|
| class MODULES_EXPORT IDBTransaction final
|
| : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable<IDBTransaction>,
|
| - public ContextClient {
|
| + public ContextLifecycleObserver {
|
| USING_GARBAGE_COLLECTED_MIXIN(IDBTransaction);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|