| 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 86b4c8124b7719881a3455db0cd0c99a9b877188..8067f9c15bc1fc81aaf254092311c93ef38a6620 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -115,7 +115,7 @@ class MODULES_EXPORT IDBTransaction final : public EventTargetWithInlineData,
|
| bool hasPendingActivity() const final;
|
|
|
| // ActiveDOMObject
|
| - void stop() override;
|
| + void contextDestroyed() override;
|
|
|
| protected:
|
| // EventTarget
|
|
|