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 78eba83626758ce15593cc7d4aa2069ce3f70d58..97c9304d69c45b9c455ecfe6c0e5206215c77583 100644 |
--- a/content/browser/renderer_host/render_sandbox_host_linux.cc |
+++ b/content/browser/renderer_host/render_sandbox_host_linux.cc |
@@ -664,12 +664,12 @@ class SandboxIPCProcess { |
SandboxIPCProcess::~SandboxIPCProcess() { |
paths_.deleteAll(); |
- if (webkit_platform_support_.get()) |
+ if (webkit_platform_support_) |
WebKit::shutdown(); |
} |
void SandboxIPCProcess::EnsureWebKitInitialized() { |
- if (webkit_platform_support_.get()) |
+ if (webkit_platform_support_) |
return; |
webkit_platform_support_.reset(new WebKitPlatformSupportImpl); |
WebKit::initializeWithoutV8(webkit_platform_support_.get()); |