| 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 d733d2232ddac74a82cd854629e980cb6e363dc0..5a0cda515079b04ff058343235705ca1d776c98f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -96,7 +96,7 @@ public:
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| // ActiveDOMObject
|
| bool hasPendingActivity() const override;
|
|
|