| Index: Source/web/WebKit.cpp
|
| diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
|
| index 99add6deef0707be5cdeccfaa3e60584f6e7a1a8..4d572cce7720533727aad1270b98e95d18c2cd19 100644
|
| --- a/Source/web/WebKit.cpp
|
| +++ b/Source/web/WebKit.cpp
|
| @@ -165,15 +165,6 @@ void initializeWithoutV8(Platform* platform)
|
| DEFINE_STATIC_LOCAL(ModulesInitializer, initializer, ());
|
| initializer.init();
|
|
|
| - // There are some code paths (for example, running WebKit in the browser
|
| - // process and calling into LocalStorage before anything else) where the
|
| - // UTF8 string encoding tables are used on a background thread before
|
| - // they're set up. This is a problem because their set up routines assert
|
| - // they're running on the main WebKitThread. It might be possible to make
|
| - // the initialization thread-safe, but given that so many code paths use
|
| - // this, initializing this lazily probably doesn't buy us much.
|
| - WTF::UTF8Encoding();
|
| -
|
| setIndexedDBClientCreateFunction(IndexedDBClientImpl::create);
|
|
|
| MediaPlayer::setMediaEngineCreateFunction(WebMediaPlayerClientImpl::create);
|
|
|