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 91df2519fed9d69aff498d15a96b57bb6064b23d..9a174fad825f55877e211fca5c0778829f5e55a1 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp |
@@ -134,13 +134,6 @@ private: |
ScriptPromise BluetoothRemoteGATTCharacteristic::readValue(ScriptState* scriptState) |
{ |
-#if OS(MACOSX) |
- // TODO(jlebel): Remove when readValue is implemented. |
- return ScriptPromise::rejectWithDOMException(scriptState, |
- DOMException::create(NotSupportedError, |
- "readValue is not implemented yet. See https://goo.gl/J6ASzs")); |
-#endif // OS(MACOSX) |
- |
WebBluetooth* webbluetooth = BluetoothSupplement::fromScriptState(scriptState); |
ScriptPromiseResolver* resolver = ScriptPromiseResolver::create(scriptState); |