Title: [97452] trunk/Source/WebCore
- Revision
- 97452
- Author
- [email protected]
- Date
- 2011-10-14 02:06:45 -0700 (Fri, 14 Oct 2011)
Log Message
2011-10-14 Nikolas Zimmermann <[email protected]>
Not reviewed. Fix mac builds. r97448 broke them.
* WebCore.xcodeproj/project.pbxproj: Set ImageBySizeCache.h role to private.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (97451 => 97452)
--- trunk/Source/WebCore/ChangeLog 2011-10-14 08:36:20 UTC (rev 97451)
+++ trunk/Source/WebCore/ChangeLog 2011-10-14 09:06:45 UTC (rev 97452)
@@ -1,3 +1,9 @@
+2011-10-14 Nikolas Zimmermann <[email protected]>
+
+ Not reviewed. Fix mac builds. r97448 broke them.
+
+ * WebCore.xcodeproj/project.pbxproj: Set ImageBySizeCache.h role to private.
+
2011-10-14 Justin Schuh <[email protected]>
Clear WebMediaPlayerClientImpl back pointer on destruction
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (97451 => 97452)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2011-10-14 08:36:20 UTC (rev 97451)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2011-10-14 09:06:45 UTC (rev 97452)
@@ -1716,7 +1716,7 @@
6EE8A77210F803F3005A4A24 /* JSWebGLContextAttributes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6EE8A77010F803F3005A4A24 /* JSWebGLContextAttributes.cpp */; };
6EE8A77310F803F3005A4A24 /* JSWebGLContextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EE8A77110F803F3005A4A24 /* JSWebGLContextAttributes.h */; };
71CCB49C144824AC00C676D6 /* ImageBySizeCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71CCB49A144824AC00C676D6 /* ImageBySizeCache.cpp */; };
- 71CCB49D144824AC00C676D6 /* ImageBySizeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCB49B144824AC00C676D6 /* ImageBySizeCache.h */; };
+ 71CCB49D144824AC00C676D6 /* ImageBySizeCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 71CCB49B144824AC00C676D6 /* ImageBySizeCache.h */; settings = {ATTRIBUTES = (Private, ); }; };
71FB967B1383D64600AC8A4C /* SVGAnimatedEnumerationPropertyTearOff.h in Headers */ = {isa = PBXBuildFile; fileRef = 71FB967A1383D64600AC8A4C /* SVGAnimatedEnumerationPropertyTearOff.h */; settings = {ATTRIBUTES = (Private, ); }; };
72626E020EF022FE00A07E20 /* FontFastPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72626E010EF022FE00A07E20 /* FontFastPath.cpp */; };
750D029311D0E7F300BD1B27 /* RenderInputSpeech.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 750D029111D0E7F300BD1B27 /* RenderInputSpeech.cpp */; };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes