| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
|
| index 52eb239eea2247897fdfd639af51b854fddb957d..92144e216efcc9d6019aefd1f22d2bb447faee9b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
|
| @@ -126,7 +126,7 @@ class MODULES_EXPORT IDBRequest : public EventTargetWithInlineData,
|
| bool hasPendingActivity() const final;
|
|
|
| // SuspendableObject
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
|
|