Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h |
index 175db616cecd6b36d77be7f651aeab298e4dcc02..289fefd30764d94a683813fc776db30ab7639220 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h |
@@ -67,6 +67,8 @@ class BluetoothRemoteGATTDescriptor final |
const Vector<uint8_t>&, |
mojom::blink::WebBluetoothResult); |
+ DOMException* createInvalidDescriptorError(); |
+ |
mojom::blink::WebBluetoothRemoteGATTDescriptorPtr m_descriptor; |
Member<BluetoothRemoteGATTCharacteristic> m_characteristic; |
Member<DOMDataView> m_value; |