Chromium Code Reviews| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h |
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h |
| index de176f3baefd53a41ce087a7e7caaed76cedbd26..2d932dafe84b572c7d9bdf888297718ef0b703b2 100644 |
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h |
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTUtils.h |
| @@ -6,7 +6,6 @@ |
| #define BluetoothRemoteGATTUtils_h |
| #include "core/dom/DOMDataView.h" |
| -#include "core/dom/DOMException.h" |
| #include "wtf/Vector.h" |
| namespace blink { |
| @@ -21,8 +20,6 @@ class BluetoothRemoteGATTUtils final { |
| kInvalidCharacteristic, |
| kInvalidDescriptor |
|
dcheng
2017/02/09 19:16:42
Are these still needed?
perja
2017/02/10 13:28:16
Done.
|
| }; |
| - |
| - static DOMException* CreateDOMException(ExceptionType); |
| }; |
| } // namespace blink |