| Index: Source/WebKit/chromium/src/WebKit.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebKit.cpp b/Source/WebKit/chromium/src/WebKit.cpp
|
| index b94ca20f6590d457e7162f4820a3c6de22e84690..2f9059cad2c13582906245b2c173d05d65d29254 100644
|
| --- a/Source/WebKit/chromium/src/WebKit.cpp
|
| +++ b/Source/WebKit/chromium/src/WebKit.cpp
|
| @@ -64,10 +64,6 @@
|
| #include "WebWorkerClientImpl.h"
|
| #include "WorkerContextProxyChromium.h"
|
|
|
| -#if OS(DARWIN)
|
| -#include "WebSystemInterface.h"
|
| -#endif
|
| -
|
| namespace WebKit {
|
|
|
| namespace {
|
| @@ -134,10 +130,6 @@ void initializeWithoutV8(Platform* webKitPlatformSupport)
|
| ASSERT(!s_webKitInitialized);
|
| s_webKitInitialized = true;
|
|
|
| -#if OS(DARWIN)
|
| - InitWebCoreSystemInterface();
|
| -#endif
|
| -
|
| ASSERT(webKitPlatformSupport);
|
| ASSERT(!s_webKitPlatformSupport);
|
| s_webKitPlatformSupport = webKitPlatformSupport;
|
|
|