Title: [181983] trunk/Source/WebCore
Revision
181983
Author
m...@apple.com
Date
2015-03-25 16:33:53 -0700 (Wed, 25 Mar 2015)

Log Message

Another attempt to get the iOS EWS building again.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181982 => 181983)


--- trunk/Source/WebCore/ChangeLog	2015-03-25 23:25:31 UTC (rev 181982)
+++ trunk/Source/WebCore/ChangeLog	2015-03-25 23:33:53 UTC (rev 181983)
@@ -1,3 +1,9 @@
+2015-03-25  Dan Bernstein  <m...@apple.com>
+
+        Another attempt to get the iOS EWS building again.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2015-03-25  Alex Christensen  <achristen...@webkit.org>
 
         Add case-insensitive checks to DFA bytecode.

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (181982 => 181983)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2015-03-25 23:25:31 UTC (rev 181982)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2015-03-25 23:33:53 UTC (rev 181983)
@@ -1622,9 +1622,9 @@
 		44C991A00F3D210E00586670 /* ThemeIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 44C9919E0F3D210E00586670 /* ThemeIOS.mm */; };
 		44DAB5B115A623580097C1E4 /* Extensions3DOpenGLCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44DAB5AF15A623580097C1E4 /* Extensions3DOpenGLCommon.cpp */; };
 		44DAB5B215A623580097C1E4 /* Extensions3DOpenGLCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DAB5B015A623580097C1E4 /* Extensions3DOpenGLCommon.h */; };
-		44DEF6431A6FF92700D45EEC /* IOReturnSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DEF6421A6FF92700D45EEC /* IOReturnSPI.h */; };
+		44DEF6431A6FF92700D45EEC /* IOReturnSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DEF6421A6FF92700D45EEC /* IOReturnSPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		44DFF6431A6FF92700D45EEC /* IOSurfaceSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DFF6421A6FF92700D45EEC /* IOSurfaceSPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
-		44EFF6431A6FF92700D45EEC /* IOTypesSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44EFF6421A6FF92700D45EEC /* IOTypesSPI.h */; };
+		44EFF6431A6FF92700D45EEC /* IOTypesSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44EFF6421A6FF92700D45EEC /* IOTypesSPI.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		45099C411370A7800058D513 /* IconURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45099C401370A7800058D513 /* IconURL.cpp */; };
 		450CEBF015073BBE002BB149 /* LabelableElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 450CEBEE15073BBE002BB149 /* LabelableElement.cpp */; };
 		450CEBF115073BBE002BB149 /* LabelableElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 450CEBEF15073BBE002BB149 /* LabelableElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to