| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index ecca877ef0e0936e892e62ec6d51f9a26fe500e3..2184be86217d36530d8468d5b96adbfa1b648a35 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -433,12 +433,6 @@ WebViewImpl::WebViewImpl(WebViewClient* client)
|
| , m_showDebugBorders(false)
|
| , m_continuousPaintingEnabled(false)
|
| {
|
| - // WebKit/win/WebView.cpp does the same thing, except they call the
|
| - // KJS specific wrapper around this method. We need to have threading
|
| - // initialized because CollatorICU requires it.
|
| - WTF::initializeThreading();
|
| - WTF::initializeMainThread();
|
| -
|
| Page::PageClients pageClients;
|
| pageClients.chromeClient = &m_chromeClientImpl;
|
| pageClients.contextMenuClient = &m_contextMenuClientImpl;
|
|
|