| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp | 
| index 7f71ff632c2084c66b6902354156d051b838828f..edf8326abf33722fa21ff893961af5ea1d5c2988 100644 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp | 
| @@ -27,8 +27,6 @@ BluetoothDevice::BluetoothDevice( | 
| m_attributeInstanceMap(new BluetoothAttributeInstanceMap(this)), | 
| m_webDevice(std::move(webDevice)), | 
| m_gatt(BluetoothRemoteGATTServer::create(this)) { | 
| -  // See example in Source/platform/heap/ThreadState.h | 
| -  ThreadState::current()->registerPreFinalizer(this); | 
| } | 
|  | 
| BluetoothDevice* BluetoothDevice::take( | 
|  |