| Index: Source/wtf/Platform.h
|
| diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
|
| index 93d2da35e88b99ebf29cd38c7e781ac94431d0ff..f311bf6b72c9f8c249bd0a86c88dc74839b63634 100644
|
| --- a/Source/wtf/Platform.h
|
| +++ b/Source/wtf/Platform.h
|
| @@ -160,14 +160,11 @@
|
|
|
| #if OS(DARWIN)
|
| #define HAVE_DISPATCH_H 1
|
| -#define HAVE_MADV_FREE 1
|
| #define HAVE_PTHREAD_SETNAME_NP 1
|
| -#define HAVE_MADV_FREE_REUSE 1
|
| #endif /* OS(DARWIN) */
|
|
|
| #if OS(WINDOWS)
|
| #define HAVE_ISDEBUGGERPRESENT 1
|
| -#define HAVE_VIRTUALALLOC 1
|
| #endif
|
|
|
| #endif /* WTF_Platform_h */
|
|
|