From 4bcd50196a7fe4c0c909ce6a7cfac6a808336611 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 16 Feb 2012 17:33:50 +0000 Subject: Drop support for Android HTTP stack All future releases will use the Chromium HTTP stack and maintaining two HTTP stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we now use V8 in all build targets (b/5495373), so we can safely drop the Android HTTP stack. See corresponding framework change https://android-git.corp.google.com/g/166325. Bug: 5495616 Change-Id: I41117b6750fbc1c84cbd4a5951b0d1a457354f93 --- Source/JavaScriptCore/wtf/Platform.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/JavaScriptCore') 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) */ -- cgit v1.1