| Index: Source/modules/bluetooth/BluetoothError.cpp
|
| diff --git a/Source/modules/bluetooth/BluetoothError.cpp b/Source/modules/bluetooth/BluetoothError.cpp
|
| index 111b16cc1de22ed2ceba62f87482482bbb3442c2..7659ff96400a868d3081ca5439e4f224f55b4973 100644
|
| --- a/Source/modules/bluetooth/BluetoothError.cpp
|
| +++ b/Source/modules/bluetooth/BluetoothError.cpp
|
| @@ -55,6 +55,7 @@ DOMException* BluetoothError::take(ScriptPromiseResolver*, PassOwnPtr<WebBluetoo
|
|
|
| // SecurityErrors:
|
| MAP_ERROR(GATTNotAuthorized, SecurityError, "GATT operation not authorized.");
|
| + MAP_ERROR(RequestDeviceWithoutFrame, SecurityError, "No window to show the requestDevice() dialog.");
|
|
|
| #undef MAP_ERROR
|
| }
|
|
|