| Index: third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadingWin.cpp b/third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| index 3c21d2aa80dce1409d91217c165f1e0bec9eaaa7..420a0b122ffd267296f9644c05f9517f25ad3431 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| +++ b/third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| @@ -148,8 +148,9 @@ void initializeThreading() {
|
| // This should only be called once.
|
| DCHECK(!atomicallyInitializedStaticMutex);
|
|
|
| + WTFThreadData::initialize();
|
| +
|
| atomicallyInitializedStaticMutex = new Mutex;
|
| - wtfThreadData();
|
| initializeDates();
|
| // Force initialization of static DoubleToStringConverter converter variable
|
| // inside EcmaScriptConverter function while we are in single thread mode.
|
|
|