| 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 63890578bb9090bdfc599cc8e5091b188bc70d41..5fb8a67f95cad7069ca53aa39a91f07a789fc395 100644
|
| --- a/third_party/WebKit/Source/wtf/WTF.cpp
|
| +++ b/third_party/WebKit/Source/wtf/WTF.cpp
|
| @@ -60,8 +60,8 @@ 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.
|
| + // 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;
|
|
|