| Index: public/platform/modules/bluetooth/WebBluetoothError.h
|
| diff --git a/public/platform/modules/bluetooth/WebBluetoothError.h b/public/platform/modules/bluetooth/WebBluetoothError.h
|
| index 5824c2cd69d7ef175b9dd0e52e8c78accafbdd38..c22b050e1b7bf9b2a1869d108d1608f2fd1ea881 100644
|
| --- a/public/platform/modules/bluetooth/WebBluetoothError.h
|
| +++ b/public/platform/modules/bluetooth/WebBluetoothError.h
|
| @@ -13,9 +13,14 @@ namespace blink {
|
| // DOMExceptions.
|
| struct WebBluetoothError {
|
| enum ErrorType {
|
| + AbortError,
|
| + InvalidModificationError,
|
| + InvalidStateError,
|
| NetworkError,
|
| NotFoundError,
|
| - SecurityError
|
| + NotSupportedError,
|
| + SecurityError,
|
| + SyntaxError
|
| };
|
|
|
| WebBluetoothError(ErrorType errorType, const WebString& message)
|
|
|