Title: [183190] trunk/Source/WTF
Revision
183190
Author
[email protected]
Date
2015-04-23 09:56:25 -0700 (Thu, 23 Apr 2015)

Log Message

Undo the WTF part of the previous build fix, we don't use private headers in WTF.

* WTF.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (183189 => 183190)


--- trunk/Source/WTF/ChangeLog	2015-04-23 16:53:05 UTC (rev 183189)
+++ trunk/Source/WTF/ChangeLog	2015-04-23 16:56:25 UTC (rev 183190)
@@ -1,5 +1,11 @@
 2015-04-23  Alexey Proskuryakov  <[email protected]>
 
+        Undo the WTF part of the previous build fix, we don't use private headers in WTF.
+
+        * WTF.xcodeproj/project.pbxproj:
+
+2015-04-23  Alexey Proskuryakov  <[email protected]>
+
         Build fix.
 
         * WTF.xcodeproj/project.pbxproj: Make RAMSize.h a private header, now that it's used

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (183189 => 183190)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2015-04-23 16:53:05 UTC (rev 183189)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2015-04-23 16:56:25 UTC (rev 183190)
@@ -42,7 +42,7 @@
 		0FDDBFA81666DFA300C55FEF /* StringPrintStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FDDBFA61666DFA300C55FEF /* StringPrintStream.h */; };
 		14022F4118F5C3FC007FF0EB /* libbmalloc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 14022F4018F5C3FC007FF0EB /* libbmalloc.a */; };
 		143F611F1565F0F900DB514A /* RAMSize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143F611D1565F0F900DB514A /* RAMSize.cpp */; };
-		143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (); }; };
 		1447AEC618FCE57700B3D7FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1447AEC518FCE57700B3D7FF /* Foundation.framework */; };
 		1447AEC718FCE58000B3D7FF /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D247B6214689B8600E78B76 /* libWTF.a */; };
 		1447AEC918FCE59400B3D7FF /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1447AEC818FCE59400B3D7FF /* mbmalloc.cpp */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to