| Index: third_party/WebKit/Source/platform/wtf/WTF.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/WTF.cpp b/third_party/WebKit/Source/platform/wtf/WTF.cpp
|
| index 6dd0b6c9aa017da7751416f1360ef35610226f0d..72217adf65d85e9443ca10ca5710d3c66f4d91a2 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/WTF.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/WTF.cpp
|
| @@ -64,7 +64,7 @@ void Initialize(void (*call_on_main_thread_function)(MainThreadFunction,
|
| void*)) {
|
| // WTF, and Blink in general, cannot handle being re-initialized.
|
| // Make that explicit here.
|
| - RELEASE_ASSERT(!g_initialized);
|
| + CHECK(!g_initialized);
|
| g_initialized = true;
|
| InitializeCurrentThread();
|
| g_main_thread_identifier = CurrentThread();
|
|
|