summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-09 11:30:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-09 11:30:03 -0800
commit4c60312020a74a5176fd86b0552720ac8f6121ba (patch)
treef5dca1ea716971730ae05e81c0e0b9715fc84b60 /JavaScriptCore/wtf
parent3d0d3fdaa1308448b47592c03cda81c7f9e1f789 (diff)
parent4b81185780aaef7695b652ceb7770e2307867c59 (diff)
downloadexternal_webkit-4c60312020a74a5176fd86b0552720ac8f6121ba.zip
external_webkit-4c60312020a74a5176fd86b0552720ac8f6121ba.tar.gz
external_webkit-4c60312020a74a5176fd86b0552720ac8f6121ba.tar.bz2
Merge change I85087ab0 into eclair-mr2
* changes: Enable orientation events.
Diffstat (limited to 'JavaScriptCore/wtf')
-rw-r--r--JavaScriptCore/wtf/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 888f6a8..20c030b 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -520,6 +520,7 @@
// This prevents unnecessary invals.
#define ENABLE_TEXT_CARET 1
#define ENABLE_JAVASCRIPT_DEBUGGER 0
+#define ENABLE_ORIENTATION_EVENTS 1
#endif
#if PLATFORM(WIN)