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

Unified Diff: Source/WebKit/chromium/src/WebKit.cpp

Issue 14325012: Remove the dynamic initialization of WebKitSystemInterface. Just call into the library directly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: '' Created 7 years, 8 months 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 | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698