Title: [244316] trunk/Source/bmalloc
Revision
244316
Author
[email protected]
Date
2019-04-15 18:19:27 -0700 (Mon, 15 Apr 2019)

Log Message

Unreviewed. Build fix after r244244.

* Source/bmalloc/bmalloc/AvailableMemory.cpp

Modified Paths

Diff

Modified: trunk/Source/bmalloc/ChangeLog (244315 => 244316)


--- trunk/Source/bmalloc/ChangeLog	2019-04-16 00:51:04 UTC (rev 244315)
+++ trunk/Source/bmalloc/ChangeLog	2019-04-16 01:19:27 UTC (rev 244316)
@@ -1,3 +1,9 @@
+2019-04-15  Yoshiaki Jitsukawa  <[email protected]>
+
+        Unreviewed. Build fix after r244244.
+
+        * bmalloc/AvailableMemory.cpp:
+
 2019-04-13  Zan Dobersek  <[email protected]>
 
         [bmalloc][Linux] Add support for memory status calculation

Modified: trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp (244315 => 244316)


--- trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp	2019-04-16 00:51:04 UTC (rev 244315)
+++ trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp	2019-04-16 01:19:27 UTC (rev 244316)
@@ -92,7 +92,7 @@
 }
 #endif
 
-#if BOS(UNIX)
+#if BOS(LINUX)
 struct LinuxMemory {
     static const LinuxMemory& singleton()
     {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to