Title: [215354] trunk/Source/WTF
Revision
215354
Author
m...@apple.com
Date
2017-04-13 21:25:01 -0700 (Thu, 13 Apr 2017)

Log Message

WTF installs an extra copy of a header outside /usr/local/include/wtf

* WTF.xcodeproj/project.pbxproj: Demoted PriorityQueue.h from Private to Project.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (215353 => 215354)


--- trunk/Source/WTF/ChangeLog	2017-04-14 02:10:17 UTC (rev 215353)
+++ trunk/Source/WTF/ChangeLog	2017-04-14 04:25:01 UTC (rev 215354)
@@ -1,3 +1,9 @@
+2017-04-13  Dan Bernstein  <m...@apple.com>
+
+        WTF installs an extra copy of a header outside /usr/local/include/wtf
+
+        * WTF.xcodeproj/project.pbxproj: Demoted PriorityQueue.h from Private to Project.
+
 2017-04-13  Oliver Hunt  <oli...@apple.com>
 
         allocationSize should use safe arithmetic by default

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (215353 => 215354)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2017-04-14 02:10:17 UTC (rev 215353)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2017-04-14 04:25:01 UTC (rev 215354)
@@ -149,7 +149,7 @@
 		515F79561CFD3A6900CCED93 /* CrossThreadQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F79551CFD3A6900CCED93 /* CrossThreadQueue.h */; };
 		52183012C99E476A84EEBEA8 /* SymbolImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F72BBDB107FA424886178B9E /* SymbolImpl.cpp */; };
 		539EB0631D55284200C82EF7 /* LEBDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 539EB0621D55284200C82EF7 /* LEBDecoder.h */; };
-		53EC253E1E95AD30000831B9 /* PriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EC253C1E95AD30000831B9 /* PriorityQueue.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		53EC253E1E95AD30000831B9 /* PriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EC253C1E95AD30000831B9 /* PriorityQueue.h */; };
 		553071CA1C40427200384898 /* TinyLRUCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 553071C91C40427200384898 /* TinyLRUCache.h */; };
 		5597F82F1D94B9970066BC21 /* SynchronizedFixedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5597F82C1D94B9970066BC21 /* SynchronizedFixedQueue.h */; };
 		5C7C88D41D0A3A0A009D2F6D /* UniqueRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7C88D31D0A3A0A009D2F6D /* UniqueRef.h */; };
@@ -1421,7 +1421,6 @@
 				8134013915B092FD001FF0B8 /* Base64.h in Headers */,
 				A8A473A9151A825B004123FF /* bignum-dtoa.h in Headers */,
 				A8A473AB151A825B004123FF /* bignum.h in Headers */,
-				53EC253E1E95AD30000831B9 /* PriorityQueue.h in Headers */,
 				A8A47452151A825B004123FF /* BinarySemaphore.h in Headers */,
 				A8A4738A151A825B004123FF /* Bitmap.h in Headers */,
 				A8A4738C151A825B004123FF /* BitVector.h in Headers */,
@@ -1565,6 +1564,7 @@
 				E3200AB91E9A536D003B59D2 /* ThreadHolder.h in Headers */,
 				0FF860951BCCBD740045127F /* PointerComparison.h in Headers */,
 				0F9D3363165DBA73005AD387 /* PrintStream.h in Headers */,
+				53EC253E1E95AD30000831B9 /* PriorityQueue.h in Headers */,
 				0FC4488316FE9FE100844BE9 /* ProcessID.h in Headers */,
 				143F61201565F0F900DB514A /* RAMSize.h in Headers */,
 				FC6EC2BF20F849969C6A5BE1 /* RandomDevice.h in Headers */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to