Index: webkit/support/platform_support_mac.mm |
diff --git a/webkit/support/platform_support_mac.mm b/webkit/support/platform_support_mac.mm |
index cc6fedf2cc7694f8ea7ce3a432f37abecd9dadaf..a8d72559b09a450ca9e4ffa58463ba89b7db8090 100644 |
--- a/webkit/support/platform_support_mac.mm |
+++ b/webkit/support/platform_support_mac.mm |
@@ -17,7 +17,6 @@ |
#include "base/string16.h" |
#include "base/utf_string_conversions.h" |
#include "grit/webkit_resources.h" |
-#include "third_party/WebKit/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.h" |
#include "ui/base/resource/data_pack.h" |
#include "webkit/plugins/npapi/plugin_list.h" |
#include "webkit/support/test_webkit_platform_support.h" |
@@ -32,10 +31,8 @@ static NSAutoreleasePool* autorelease_pool; |
void BeforeInitialize(bool unit_test_mode) { |
[CrDrtApplication sharedApplication]; |
- // Need to initialize NSAutoreleasePool before InitWebCoreSystemInterface(). |
autorelease_pool = [[NSAutoreleasePool alloc] init]; |
DCHECK(autorelease_pool); |
- InitWebCoreSystemInterface(); |
} |
#if OBJC_API_VERSION == 2 |