diff options
author | Steve Block <steveblock@google.com> | 2009-11-19 16:49:23 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-11-20 11:13:44 +0000 |
commit | 2cc706295f906df0bb49f51c9efe92a97c427464 (patch) | |
tree | 74e21bbcb0264b6c0a3feb1095d97d1b94ef0c2d /JavaScriptCore | |
parent | 16cdc1c75e84e6c6fed91095d72520f4cc5b5237 (diff) | |
download | external_webkit-2cc706295f906df0bb49f51c9efe92a97c427464.zip external_webkit-2cc706295f906df0bb49f51c9efe92a97c427464.tar.gz external_webkit-2cc706295f906df0bb49f51c9efe92a97c427464.tar.bz2 |
Updates WebCore/config.h to reflect changes made when upstreaming to webkit.org.
See https://bugs.webkit.org/show_bug.cgi?id=31671
Note that we only need to undef a feature enable flag when we are overwriting a default value previosuly set
in Platform.h. Also, we now rely on the default value for ENABLE_DATABASE.
Change-Id: I26ca5ef5402609ead880bdd1ce05cdb3646c1bbc
Diffstat (limited to 'JavaScriptCore')
-rw-r--r-- | JavaScriptCore/wtf/Platform.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h index df05811..92ab043 100644 --- a/JavaScriptCore/wtf/Platform.h +++ b/JavaScriptCore/wtf/Platform.h @@ -728,11 +728,6 @@ #define ENABLE_TEXT_CARET 1 #endif -// ANDROID addition: allow web archive to be disabled -#if !defined(ENABLE_ARCHIVE) -#define ENABLE_ARCHIVE 1 -#endif - #if !defined(ENABLE_ON_FIRST_TEXTAREA_FOCUS_SELECT_ALL) #define ENABLE_ON_FIRST_TEXTAREA_FOCUS_SELECT_ALL 0 #endif |