Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index 775b6bf5c861110e0bf9995a8f83be2c2ea382f1..266276e18f14dd912364ca7830ce100e61fa4bd6 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -104,7 +104,6 @@ |
#include "third_party/WebKit/public/web/WebRuntimeFeatures.h" |
#include "third_party/WebKit/public/web/WebScriptController.h" |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |
-#include "third_party/WebKit/public/web/WebSharedWorkerRepository.h" |
#include "third_party/WebKit/public/web/WebView.h" |
#include "ui/base/layout.h" |
#include "ui/base/ui_base_switches.h" |
@@ -638,8 +637,6 @@ void RenderThreadImpl::EnsureWebKitInitialized() { |
webkit_platform_support_.reset(new RendererWebKitPlatformSupportImpl); |
WebKit::initialize(webkit_platform_support_.get()); |
- WebKit::setSharedWorkerRepository( |
- webkit_platform_support_.get()->sharedWorkerRepository()); |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |