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 68ea08d6af36dc63534d5be53c7c0f9969f19e62..2f8127853d629ffffb8db751590991a4302245e8 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h |
@@ -96,7 +96,7 @@ public: |
// EventTarget |
const AtomicString& interfaceName() const override; |
- ExecutionContext* executionContext() const override; |
+ ExecutionContext* getExecutionContext() const override; |
bool isClosePending() const { return m_closePending; } |
void forceClose(); |