| Index: third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp b/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| index 886e661c2aa6746139444527a8e0eedf72156e33..6120cb6a6fff3acfdee5f606b1c79ead318e4a3e 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| +++ b/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| @@ -81,10 +81,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();
|
|
|