| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| index bd38f710fc4d03ca94cefb9e3b6145f9c5ef143a..f4a8072bc4c5f677a60c599bc5ebb47e73583cf2 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -76,7 +76,7 @@ public:
|
|
|
| // EventTarget methods:
|
| const AtomicString& interfaceName() const override;
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| // Interface required by Garbage Collection:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|