| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
 | 
| index 991d2719988650858bc93ccf2ddc9504d1b4e711..c540bdb4d4e9385232a6c0505daf52f7a81d5fb9 100644
 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.cpp
 | 
| @@ -61,6 +61,7 @@ DOMException* BluetoothError::take(ScriptPromiseResolver*, const WebBluetoothErr
 | 
|  
 | 
|          // SecurityErrors:
 | 
|          MAP_ERROR(GATTNotAuthorized, SecurityError, "GATT operation not authorized.");
 | 
| +        MAP_ERROR(BlacklistedCharacteristicUUID, SecurityError, "getCharacteristic(s) called with blacklisted UUID. https://goo.gl/4NeimX");
 | 
|          MAP_ERROR(NotAllowedToAccessService, SecurityError, "Origin is not allowed to access the service. Remember to add the service to a filter or to optionalServices in requestDevice().");
 | 
|          MAP_ERROR(RequestDeviceWithBlacklistedUUID, SecurityError, "requestDevice() called with a filter containing a blacklisted UUID. https://goo.gl/4NeimX");
 | 
|          MAP_ERROR(RequestDeviceWithUniqueOrigin, SecurityError, "requestDevice() called from sandboxed or otherwise unique origin.");
 | 
| 
 |