summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-11 00:05:54 +0000
committerSteve Block <steveblock@google.com>2009-11-11 00:34:49 +0000
commit61e871fe7ec093f258fee3cd3b304592f5d6c2f7 (patch)
tree0d68cf5df40205dfe48cddc5fe4a5fdca63759ea /JavaScriptCore/wtf
parentba51ea61f184429a046b2a212fcc905083a360fe (diff)
downloadexternal_webkit-61e871fe7ec093f258fee3cd3b304592f5d6c2f7.zip
external_webkit-61e871fe7ec093f258fee3cd3b304592f5d6c2f7.tar.gz
external_webkit-61e871fe7ec093f258fee3cd3b304592f5d6c2f7.tar.bz2
Removes extra define of HAVE_PTHREAD_RW_LOCK.
This define was added to Android and later upstreamed to webkit.org at a slightly different location. The latest WebKit merge caused both defines to be used. See https://bugs.webkit.org/show_bug.cgi?id=30713 Change-Id: Ib68ceddb57868903661a1d2e3fedf9e092222091
Diffstat (limited to 'JavaScriptCore/wtf')
-rw-r--r--JavaScriptCore/wtf/Platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index cde4c17..bc25c8c 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -505,7 +505,6 @@
#endif
#define HAVE_READLINE 1
#define HAVE_RUNLOOP_TIMER 1
-#define HAVE_PTHREAD_RWLOCK 1
#endif /* PLATFORM(MAC) && !PLATFORM(IPHONE) */
#if PLATFORM(CHROMIUM) && PLATFORM(DARWIN)