Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: content/browser/renderer_host/render_sandbox_host_linux.cc

Issue 8748015: Use WebKit::initializeWithoutV8() in SandboxIPCProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use initializeWithoutV8 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
// -----------------------------------------------------------------------------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698