Title: [205045] trunk/Source/bmalloc
Revision
205045
Author
gga...@apple.com
Date
2016-08-26 14:14:15 -0700 (Fri, 26 Aug 2016)

Log Message

2016-08-26  Geoffrey Garen  <gga...@apple.com>

        Unreviewed build fix.

        Fix the CMake build.

        * CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/bmalloc/CMakeLists.txt (205044 => 205045)


--- trunk/Source/bmalloc/CMakeLists.txt	2016-08-26 21:11:55 UTC (rev 205044)
+++ trunk/Source/bmalloc/CMakeLists.txt	2016-08-26 21:14:15 UTC (rev 205045)
@@ -10,11 +10,11 @@
     bmalloc/Deallocator.cpp
     bmalloc/Environment.cpp
     bmalloc/Heap.cpp
+    bmalloc/LargeMap.cpp
     bmalloc/Logging.cpp
     bmalloc/ObjectType.cpp
     bmalloc/StaticMutex.cpp
     bmalloc/VMHeap.cpp
-    bmalloc/XLargeMap.cpp
     bmalloc/mbmalloc.cpp
 )
 

Modified: trunk/Source/bmalloc/ChangeLog (205044 => 205045)


--- trunk/Source/bmalloc/ChangeLog	2016-08-26 21:11:55 UTC (rev 205044)
+++ trunk/Source/bmalloc/ChangeLog	2016-08-26 21:14:15 UTC (rev 205045)
@@ -1,5 +1,13 @@
 2016-08-26  Geoffrey Garen  <gga...@apple.com>
 
+        Unreviewed build fix.
+
+        Fix the CMake build.
+
+        * CMakeLists.txt:
+
+2016-08-26  Geoffrey Garen  <gga...@apple.com>
+
         Renamed XLarge* => Large*
         https://bugs.webkit.org/show_bug.cgi?id=161261
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to