| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp | 
| index f679ecb41b9bd97679987058e102967fa19f9346..7f228d893433c15ec228ac4f358577839ea05ba0 100644 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp | 
| @@ -50,8 +50,6 @@ BluetoothRemoteGATTCharacteristic::BluetoothRemoteGATTCharacteristic( | 
| m_stopped(false) { | 
| m_properties = BluetoothCharacteristicProperties::create( | 
| m_webCharacteristic->characteristicProperties); | 
| -  // See example in Source/platform/heap/ThreadState.h | 
| -  ThreadState::current()->registerPreFinalizer(this); | 
| } | 
|  | 
| BluetoothRemoteGATTCharacteristic* BluetoothRemoteGATTCharacteristic::create( | 
|  |