Changeset 140942 in webkit
- Timestamp:
- Jan 27, 2013, 9:15:41 PM (13 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r140930 r140942 1 2013-01-27 Laszlo Gombos <l.gombos@samsung.com> 2 3 [ANDROID] Fix a typo 4 https://bugs.webkit.org/show_bug.cgi?id=108046 5 6 Reviewed by Adam Barth. 7 8 HAVE_NMAP -> HAVE_MMAP. 9 10 * wtf/Platform.h: 11 1 12 2013-01-27 Zoltan Arvai <zarvai@inf.u-szeged.hu> 2 13 -
trunk/Source/WTF/wtf/Platform.h
r140366 r140942 760 760 761 761 #define HAVE_ERRNO_H 1 762 #define HAVE_ NMAP 1762 #define HAVE_MMAP 1 763 763 #define HAVE_STRINGS_H 1 764 764 #define HAVE_SYS_PARAM_H 1
Note:
See TracChangeset
for help on using the changeset viewer.