| 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
|
|
|