| Index: third_party/WebKit/Source/wtf/WTF.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/WTF.cpp b/third_party/WebKit/Source/wtf/WTF.cpp
|
| index e064d14901d5ce8066551d6854d162d3c363267a..61db19c72c13f24acd9d0c1729a7b843d52b4ffc 100644
|
| --- a/third_party/WebKit/Source/wtf/WTF.cpp
|
| +++ b/third_party/WebKit/Source/wtf/WTF.cpp
|
| @@ -63,17 +63,6 @@ bool isMainThread()
|
|
|
| void initialize(void (*callOnMainThreadFunction)(MainThreadFunction, void*))
|
| {
|
| - // WTF, and Blink in general, cannot handle being re-initialized, even if shutdown first.
|
| - // Make that explicit here.
|
| - RELEASE_ASSERT(!s_initialized);
|
| - RELEASE_ASSERT(!s_shutdown);
|
| - s_initialized = true;
|
| - initializeThreading();
|
| -
|
| - s_callOnMainThreadFunction = callOnMainThreadFunction;
|
| - s_mainThreadIdentifier = currentThread();
|
| - AtomicString::init();
|
| - StringStatics::init();
|
| }
|
|
|
| void shutdown()
|
|
|