summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-20 15:10:06 -0700
committerGeorge Mount <mount@google.com>2012-06-20 15:11:48 -0700
commit982a13cc848a7d4bec983f7961b291664fc20a82 (patch)
treec3a31d68204eed1c16b44b0e4a60a6aa820864fe /Source/JavaScriptCore
parentfc7f71bad1fe01396717f3425429f04cb009f741 (diff)
downloadexternal_webkit-982a13cc848a7d4bec983f7961b291664fc20a82.zip
external_webkit-982a13cc848a7d4bec983f7961b291664fc20a82.tar.gz
external_webkit-982a13cc848a7d4bec983f7961b291664fc20a82.tar.bz2
Remove unused ANDROID_STYLE_VERSION
ANDROID_STYLE_VERSION was introduced to help with performance of NavCache. Since removal of NavCache, this is unnecessary. Change-Id: I8ebb4f4830f855961ca9c9cdb0ef300d057091de
Diffstat (limited to 'Source/JavaScriptCore')
-rw-r--r--Source/JavaScriptCore/wtf/Platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h
index 5ac08d1..41850ee 100644
--- a/Source/JavaScriptCore/wtf/Platform.h
+++ b/Source/JavaScriptCore/wtf/Platform.h
@@ -780,8 +780,6 @@
#define ANDROID_ANIMATED_GIF
// apple-touch-icon support in <link> tags
#define ANDROID_APPLE_TOUCH_ICON
-// track changes to the style that may change what is drawn
-#define ANDROID_STYLE_VERSION
// This is present in JavaScriptCore/config.h, which Android does not use.
#define WTF_CHANGES 1