| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| index 7b463e5270099c69b4cbf054b71863e5fde895e0..2655107a5dd42aa320731c8f22003ea2c11b50c0 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
|
| @@ -174,13 +174,6 @@ private:
|
|
|
| ScriptPromise BluetoothRemoteGATTCharacteristic::writeValue(ScriptState* scriptState, const DOMArrayPiece& value)
|
| {
|
| -#if OS(MACOSX)
|
| - // TODO(jlebel): Remove when writeValue is implemented.
|
| - return ScriptPromise::rejectWithDOMException(scriptState,
|
| - DOMException::create(NotSupportedError,
|
| - "writeValue is not implemented yet. See https://goo.gl/J6ASzs"));
|
| -#endif // OS(MACOSX)
|
| -
|
| WebBluetooth* webbluetooth = BluetoothSupplement::fromScriptState(scriptState);
|
| // Partial implementation of writeValue algorithm:
|
| // https://webbluetoothchrome.github.io/web-bluetooth/#dom-bluetoothgattcharacteristic-writevalue
|
|
|