| Index: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
|
| index 84987edc73e737687b16b1b469bebcc0ae479da8..0abd7a4da819145b4ab1afd1071184c1cbb4d0df 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.h
|
| @@ -59,7 +59,7 @@ class MODULES_EXPORT IDBOpenDBRequest final : public IDBRequest {
|
| void onSuccess(int64_t oldVersion) override;
|
|
|
| // SuspendableObject
|
| - void contextDestroyed() final;
|
| + void contextDestroyed(ExecutionContext*) final;
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|