Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: third_party/WebKit/JavaScriptCore/wtf/Platform.h

Issue 6315: Allow HAVE_ACCESSIBILITY to be turned off at build time (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/page/AccessibilityRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/JavaScriptCore/wtf/Platform.h
===================================================================
--- third_party/WebKit/JavaScriptCore/wtf/Platform.h (revision 2926)
+++ third_party/WebKit/JavaScriptCore/wtf/Platform.h (working copy)
@@ -267,9 +267,12 @@
#define WTF_USE_PTHREADS 1
#endif
+// allow build settings to override HAVE_ACCESSIBILITY
+#if !defined(HAVE_ACCESSIBILITY)
#if PLATFORM(MAC) || PLATFORM(WIN) || PLATFORM(GTK)
#define HAVE_ACCESSIBILITY 1
#endif
+#endif
#if COMPILER(GCC)
#define HAVE_COMPUTED_GOTO 1
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/page/AccessibilityRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698