| 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 8808450dd2adb84650d13a0e96fb2232284784f0..3c21d2aa80dce1409d91217c165f1e0bec9eaaa7 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| +++ b/third_party/WebKit/Source/wtf/ThreadingWin.cpp
|
| @@ -148,10 +148,6 @@ void initializeThreading() {
|
| // This should only be called once.
|
| DCHECK(!atomicallyInitializedStaticMutex);
|
|
|
| - // StringImpl::empty() does not construct its static string in a threadsafe
|
| - // fashion, so ensure it has been initialized from here.
|
| - StringImpl::empty();
|
| - StringImpl::empty16Bit();
|
| atomicallyInitializedStaticMutex = new Mutex;
|
| wtfThreadData();
|
| initializeDates();
|
|
|