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 27385474578fad6a6f0579a25fa6712917e1757a..bca7fae78ba5814ecc31b9b9ad355af3c23feb00 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h |
@@ -61,7 +61,7 @@ class BluetoothRemoteGATTCharacteristic final |
void dispatchCharacteristicValueChanged(const WebVector<uint8_t>&) override; |
// ActiveDOMObject interface. |
- void stop() override; |
+ void contextDestroyed() override; |
// USING_PRE_FINALIZER interface. |
// Called before the object gets garbage collected. |