Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
index 3d7d20b5fe3787823c112deb07819963194bb1fb..b48d85f45dd01dc4b803ce09050c7ccea65bb77f 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
@@ -67,7 +67,7 @@ public: |
// EventTarget methods: |
const AtomicString& interfaceName() const override; |
- ExecutionContext* executionContext() const; |
+ ExecutionContext* getExecutionContext() const; |
// Interface required by garbage collection. |
DECLARE_VIRTUAL_TRACE(); |