diff options
Diffstat (limited to 'content/browser/in_process_webkit/webkit_thread.cc')
-rw-r--r-- | content/browser/in_process_webkit/webkit_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/in_process_webkit/webkit_thread.cc b/content/browser/in_process_webkit/webkit_thread.cc index b9e1156..69ef13c 100644 --- a/content/browser/in_process_webkit/webkit_thread.cc +++ b/content/browser/in_process_webkit/webkit_thread.cc @@ -47,7 +47,7 @@ WebKitThread::InternalWebKitThread::~InternalWebKitThread() { void WebKitThread::InternalWebKitThread::Init() { DCHECK(!webkit_platform_support_.get()); webkit_platform_support_.reset(new BrowserWebKitPlatformSupportImpl); - WebKit::initialize(webkit_platform_support_.get()); + WebKit::initializeWithoutV8(webkit_platform_support_.get()); webkit_glue::EnableWebCoreLogChannels( CommandLine::ForCurrentProcess()->GetSwitchValueASCII( switches::kWebCoreLogChannels)); |