| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| index 9eed5d7a0ee9dadd411fc71e49b4bc272387716f..390096f796f481d9407505db1236921e05640cd4 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -124,7 +124,7 @@ class MODULES_EXPORT IDBDatabase final
|
| bool hasPendingActivity() const final;
|
|
|
| // ContextLifecycleObserver
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|