| Index: Source/core/Init.cpp
|
| diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
|
| index af7c9e1506c20245a48856c202a86bbbb13ee7d2..6f9b75f1b391f9ff80c34a0c521ec522af0c8ba3 100644
|
| --- a/Source/core/Init.cpp
|
| +++ b/Source/core/Init.cpp
|
| @@ -79,8 +79,7 @@ void CoreInitializer::registerEventFactory()
|
|
|
| void CoreInitializer::init()
|
| {
|
| - if (m_isInited)
|
| - return;
|
| + ASSERT(!m_isInited);
|
| m_isInited = true;
|
|
|
| // It would make logical sense to do this and WTF::StringStatics::init() in
|
| @@ -108,7 +107,6 @@ void CoreInitializer::init()
|
| Partitions::init();
|
| EventTracer::initialize();
|
|
|
| - initBindings();
|
| registerEventFactory();
|
|
|
| // Ensure that the main thread's thread-local data is initialized before
|
|
|