Title: [181933] trunk/Source/WebCore
- Revision
- 181933
- Author
- [email protected]
- Date
- 2015-03-24 22:29:08 -0700 (Tue, 24 Mar 2015)
Log Message
Another attempt to fix the build.
* WebCore.xcodeproj/project.pbxproj:
* platform/spi/cocoa/QuartzCoreSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (181932 => 181933)
--- trunk/Source/WebCore/ChangeLog 2015-03-25 05:19:42 UTC (rev 181932)
+++ trunk/Source/WebCore/ChangeLog 2015-03-25 05:29:08 UTC (rev 181933)
@@ -1,3 +1,10 @@
+2015-03-24 Dan Bernstein <[email protected]>
+
+ Another attempt to fix the build.
+
+ * WebCore.xcodeproj/project.pbxproj:
+ * platform/spi/cocoa/QuartzCoreSPI.h:
+
2015-03-24 Alex Christensen <[email protected]>
[Content Extensions] Add multi-DFA compiling and interpreting.
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (181932 => 181933)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2015-03-25 05:19:42 UTC (rev 181932)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2015-03-25 05:29:08 UTC (rev 181933)
@@ -1623,7 +1623,7 @@
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 */; };
- 44DFF6431A6FF92700D45EEC /* IOSurfaceSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DFF6421A6FF92700D45EEC /* IOSurfaceSPI.h */; };
+ 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 */; };
45099C411370A7800058D513 /* IconURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45099C401370A7800058D513 /* IconURL.cpp */; };
450CEBF015073BBE002BB149 /* LabelableElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 450CEBEE15073BBE002BB149 /* LabelableElement.cpp */; };
Modified: trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h (181932 => 181933)
--- trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h 2015-03-25 05:19:42 UTC (rev 181932)
+++ trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h 2015-03-25 05:29:08 UTC (rev 181933)
@@ -23,8 +23,8 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#import "IOSurfaceSPI.h"
#import <QuartzCore/QuartzCore.h>
+#import <WebCore/IOSurfaceSPI.h>
#if USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes