| Index: content/browser/renderer_host/render_sandbox_host_linux.cc
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| index c67bde7a652cbea2eba12204c31670f7397629e2..ae052fac93fa506403964c59785301d5ca83ef67 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| @@ -661,7 +661,7 @@ void SandboxIPCProcess::EnsureWebKitInitialized() {
|
| if (webkit_platform_support_.get())
|
| return;
|
| webkit_platform_support_.reset(new content::WebKitPlatformSupportImpl);
|
| - WebKit::initialize(webkit_platform_support_.get());
|
| + WebKit::initializeWithoutV8(webkit_platform_support_.get());
|
| }
|
|
|
| // -----------------------------------------------------------------------------
|
|
|