Title: [140942] trunk/Source/WTF
Revision
140942
Author
[email protected]
Date
2013-01-27 21:15:41 -0800 (Sun, 27 Jan 2013)

Log Message

[ANDROID] Fix a typo
https://bugs.webkit.org/show_bug.cgi?id=108046

Patch by Laszlo Gombos <[email protected]> on 2013-01-27
Reviewed by Adam Barth.

HAVE_NMAP -> HAVE_MMAP.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (140941 => 140942)


--- trunk/Source/WTF/ChangeLog	2013-01-28 05:10:31 UTC (rev 140941)
+++ trunk/Source/WTF/ChangeLog	2013-01-28 05:15:41 UTC (rev 140942)
@@ -1,3 +1,14 @@
+2013-01-27  Laszlo Gombos  <[email protected]>
+
+        [ANDROID] Fix a typo
+        https://bugs.webkit.org/show_bug.cgi?id=108046
+
+        Reviewed by Adam Barth.
+
+        HAVE_NMAP -> HAVE_MMAP.
+
+        * wtf/Platform.h:
+
 2013-01-27  Zoltan Arvai  <[email protected]>
 
         Fixing atomicIncrement implementation for Windows by dropping support before XP SP2.

Modified: trunk/Source/WTF/wtf/Platform.h (140941 => 140942)


--- trunk/Source/WTF/wtf/Platform.h	2013-01-28 05:10:31 UTC (rev 140941)
+++ trunk/Source/WTF/wtf/Platform.h	2013-01-28 05:15:41 UTC (rev 140942)
@@ -759,7 +759,7 @@
 #elif OS(ANDROID)
 
 #define HAVE_ERRNO_H 1
-#define HAVE_NMAP 1
+#define HAVE_MMAP 1
 #define HAVE_STRINGS_H 1
 #define HAVE_SYS_PARAM_H 1
 #define HAVE_SYS_TIME_H 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to