Title: [180694] trunk/Source/bmalloc
- Revision
- 180694
- Author
- [email protected]
- Date
- 2015-02-26 12:20:07 -0800 (Thu, 26 Feb 2015)
Log Message
2015-02-26 Geoffrey Garen <[email protected]>
Try to fix the Mac build.
Unreviewed.
* bmalloc.xcodeproj/project.pbxproj: Make FreeList.h available.
Modified Paths
Diff
Modified: trunk/Source/bmalloc/ChangeLog (180693 => 180694)
--- trunk/Source/bmalloc/ChangeLog 2015-02-26 20:05:14 UTC (rev 180693)
+++ trunk/Source/bmalloc/ChangeLog 2015-02-26 20:20:07 UTC (rev 180694)
@@ -1,5 +1,13 @@
2015-02-26 Geoffrey Garen <[email protected]>
+ Try to fix the Mac build.
+
+ Unreviewed.
+
+ * bmalloc.xcodeproj/project.pbxproj: Make FreeList.h available.
+
+2015-02-26 Geoffrey Garen <[email protected]>
+
bmalloc: Refactored SegregatedFreeList and BoundaryTag::init
https://bugs.webkit.org/show_bug.cgi?id=142049
Modified: trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj (180693 => 180694)
--- trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj 2015-02-26 20:05:14 UTC (rev 180693)
+++ trunk/Source/bmalloc/bmalloc.xcodeproj/project.pbxproj 2015-02-26 20:20:07 UTC (rev 180694)
@@ -15,7 +15,7 @@
143CB81C19022BC900B16A45 /* StaticMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143CB81A19022BC900B16A45 /* StaticMutex.cpp */; };
143CB81D19022BC900B16A45 /* StaticMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 143CB81B19022BC900B16A45 /* StaticMutex.h */; settings = {ATTRIBUTES = (Private, ); }; };
143EF9AF1A9FABF6004F5C77 /* FreeList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143EF9AD1A9FABF6004F5C77 /* FreeList.cpp */; };
- 143EF9B01A9FABF6004F5C77 /* FreeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 143EF9AE1A9FABF6004F5C77 /* FreeList.h */; };
+ 143EF9B01A9FABF6004F5C77 /* FreeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 143EF9AE1A9FABF6004F5C77 /* FreeList.h */; settings = {ATTRIBUTES = (Private, ); }; };
1440AFC91A95142400837FAA /* SuperChunk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440AFC81A95142400837FAA /* SuperChunk.h */; settings = {ATTRIBUTES = (Private, ); }; };
1440AFCB1A95261100837FAA /* Zone.h in Headers */ = {isa = PBXBuildFile; fileRef = 1440AFCA1A95261100837FAA /* Zone.h */; settings = {ATTRIBUTES = (Private, ); }; };
1440AFCD1A9527AF00837FAA /* Zone.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1440AFCC1A9527AF00837FAA /* Zone.cpp */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes