Title: [246975] releases/WebKitGTK/webkit-2.24/Source/bmalloc
Revision
246975
Author
carlo...@webkit.org
Date
2019-07-01 01:53:31 -0700 (Mon, 01 Jul 2019)

Log Message

Merge r244316 - Unreviewed. Build fix after r244244.

* Source/bmalloc/bmalloc/AvailableMemory.cpp

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/Source/bmalloc/ChangeLog (246974 => 246975)


--- releases/WebKitGTK/webkit-2.24/Source/bmalloc/ChangeLog	2019-07-01 08:53:28 UTC (rev 246974)
+++ releases/WebKitGTK/webkit-2.24/Source/bmalloc/ChangeLog	2019-07-01 08:53:31 UTC (rev 246975)
@@ -1,3 +1,9 @@
+2019-04-15  Yoshiaki Jitsukawa  <yoshiaki.jitsuk...@sony.com>
+
+        Unreviewed. Build fix after r244244.
+
+        * bmalloc/AvailableMemory.cpp:
+
 2019-04-13  Zan Dobersek  <zdober...@igalia.com>
 
         [bmalloc][Linux] Add support for memory status calculation

Modified: releases/WebKitGTK/webkit-2.24/Source/bmalloc/bmalloc/AvailableMemory.cpp (246974 => 246975)


--- releases/WebKitGTK/webkit-2.24/Source/bmalloc/bmalloc/AvailableMemory.cpp	2019-07-01 08:53:28 UTC (rev 246974)
+++ releases/WebKitGTK/webkit-2.24/Source/bmalloc/bmalloc/AvailableMemory.cpp	2019-07-01 08:53:31 UTC (rev 246975)
@@ -92,7 +92,7 @@
 }
 #endif
 
-#if BOS(UNIX)
+#if BOS(LINUX)
 struct LinuxMemory {
     static const LinuxMemory& singleton()
     {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to