summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/wtf/Platform.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-02-23 04:29:34 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-23 04:29:34 -0800
commitb7db22cf52aade90ac9d1fb8eb2f2bf37b711b13 (patch)
treefdd09976b171f736c3d17abc84e4840a5d3f2eba /Source/JavaScriptCore/wtf/Platform.h
parentdfdb101465a930f38ec4294b0b8063c1f0f1bdbc (diff)
parent4bcd50196a7fe4c0c909ce6a7cfac6a808336611 (diff)
downloadexternal_webkit-b7db22cf52aade90ac9d1fb8eb2f2bf37b711b13.zip
external_webkit-b7db22cf52aade90ac9d1fb8eb2f2bf37b711b13.tar.gz
external_webkit-b7db22cf52aade90ac9d1fb8eb2f2bf37b711b13.tar.bz2
Merge "Drop support for Android HTTP stack"
Diffstat (limited to 'Source/JavaScriptCore/wtf/Platform.h')
-rw-r--r--Source/JavaScriptCore/wtf/Platform.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h
index 3043e56..fcd93c2 100644
--- a/Source/JavaScriptCore/wtf/Platform.h
+++ b/Source/JavaScriptCore/wtf/Platform.h
@@ -782,10 +782,6 @@
// track changes to the style that may change what is drawn
#define ANDROID_STYLE_VERSION
-#if !defined(WTF_USE_CHROME_NETWORK_STACK)
-#define WTF_USE_CHROME_NETWORK_STACK 0
-#endif /* !defined(WTF_USE_CHROME_NETWORK_STACK) */
-
// This is present in JavaScriptCore/config.h, which Android does not use.
#define WTF_CHANGES 1
#endif /* PLATFORM(ANDROID) */