Title: [143682] trunk/Source/WTF
- Revision
- 143682
- Author
- aes...@apple.com
- Date
- 2013-02-21 19:01:18 -0800 (Thu, 21 Feb 2013)
Log Message
TriState.h should be a Project header
https://bugs.webkit.org/show_bug.cgi?id=110543
Rubber-stamped by Dan Bernstein.
WTF uses a script to copy headers to the build destination, so it isn't
necessary to mark headers as Private/Public (and doing so can be problematic).
* WTF.xcodeproj/project.pbxproj: Mark TriState.h as a Project header.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (143681 => 143682)
--- trunk/Source/WTF/ChangeLog 2013-02-22 02:54:25 UTC (rev 143681)
+++ trunk/Source/WTF/ChangeLog 2013-02-22 03:01:18 UTC (rev 143682)
@@ -1,3 +1,15 @@
+2013-02-21 Andy Estes <aes...@apple.com>
+
+ TriState.h should be a Project header
+ https://bugs.webkit.org/show_bug.cgi?id=110543
+
+ Rubber-stamped by Dan Bernstein.
+
+ WTF uses a script to copy headers to the build destination, so it isn't
+ necessary to mark headers as Private/Public (and doing so can be problematic).
+
+ * WTF.xcodeproj/project.pbxproj: Mark TriState.h as a Project header.
+
2013-02-21 Roger Fong <roger_f...@apple.com>
Unreviewed. Add executable property to cmd file.
Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (143681 => 143682)
--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj 2013-02-22 02:54:25 UTC (rev 143681)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj 2013-02-22 03:01:18 UTC (rev 143682)
@@ -32,7 +32,7 @@
0FDDBFA81666DFA300C55FEF /* StringPrintStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FDDBFA61666DFA300C55FEF /* StringPrintStream.h */; };
143F611F1565F0F900DB514A /* RAMSize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 143F611D1565F0F900DB514A /* RAMSize.cpp */; };
143F61201565F0F900DB514A /* RAMSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 143F611E1565F0F900DB514A /* RAMSize.h */; settings = {ATTRIBUTES = (); }; };
- 149EF16316BBFE0D000A4331 /* TriState.h in Headers */ = {isa = PBXBuildFile; fileRef = 149EF16216BBFE0D000A4331 /* TriState.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 149EF16316BBFE0D000A4331 /* TriState.h in Headers */ = {isa = PBXBuildFile; fileRef = 149EF16216BBFE0D000A4331 /* TriState.h */; settings = {ATTRIBUTES = (); }; };
14F3B0F715E45E4600210069 /* SaturatedArithmetic.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F3B0F615E45E4600210069 /* SaturatedArithmetic.h */; settings = {ATTRIBUTES = (); }; };
1A6BB769162F300500DD16DB /* StreamBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6BB768162F300500DD16DB /* StreamBuffer.h */; };
26147B0A15DDCCDC00DDB907 /* IntegerToStringConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 26147B0815DDCCDC00DDB907 /* IntegerToStringConversion.h */; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes