| Index: third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
|
| index 37c7d13eabb52756fd54b699a712651f283a4e5c..ea91e9347d35e9665975cff556daec9ce891b5dd 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
|
| @@ -48,7 +48,7 @@ ICUConverterWrapper::~ICUConverterWrapper() {
|
| }
|
|
|
| static UConverter*& cachedConverterICU() {
|
| - return wtfThreadData().cachedConverterICU().converter;
|
| + return WTFThreadData::current().cachedConverterICU().converter;
|
| }
|
|
|
| std::unique_ptr<TextCodec> TextCodecICU::create(const TextEncoding& encoding,
|
|
|