| Index: third_party/WebKit/Source/wtf/WTFThreadData.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/WTFThreadData.cpp b/third_party/WebKit/Source/wtf/WTFThreadData.cpp
|
| index 2c3c6c48fb29434f66ef2f19be6a9e88f6a56fa1..548cc7638f2d971b6f3c4a3de479530ad04c2dd1 100644
|
| --- a/third_party/WebKit/Source/wtf/WTFThreadData.cpp
|
| +++ b/third_party/WebKit/Source/wtf/WTFThreadData.cpp
|
| @@ -35,16 +35,12 @@ ThreadSpecific<WTFThreadData>* WTFThreadData::staticData;
|
|
|
| WTFThreadData::WTFThreadData()
|
| : m_atomicStringTable(new AtomicStringTable)
|
| - , m_compressibleStringTable(nullptr)
|
| - , m_compressibleStringTableDestructor(nullptr)
|
| , m_cachedConverterICU(new ICUConverterWrapper)
|
| {
|
| }
|
|
|
| WTFThreadData::~WTFThreadData()
|
| {
|
| - if (m_compressibleStringTableDestructor)
|
| - m_compressibleStringTableDestructor(m_compressibleStringTable);
|
| }
|
|
|
| } // namespace WTF
|
|
|