| 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 6d0b9845228e6777cd3870c67a85ad191d3ae767..ad67ccf1c6d82b7c5f5753fd8e6dbddccb420f89 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| +++ b/third_party/WebKit/Source/wtf/ThreadingPthreads.cpp
|
| @@ -65,8 +65,8 @@ void initializeThreading() {
|
| // This should only be called once.
|
| ASSERT(!atomicallyInitializedStaticMutex);
|
|
|
| - // StringImpl::empty() does not construct its static string in a threadsafe fashion,
|
| - // so ensure it has been initialized from here.
|
| + // 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;
|
|
|