Title: [98720] trunk/Source/WebCore
Revision
98720
Author
[email protected]
Date
2011-10-28 05:37:55 -0700 (Fri, 28 Oct 2011)

Log Message

Mac build fix after r98711

* WebCore.xcodeproj/project.pbxproj: Mark ExceptionCodeDescription.h private so WebKit can
find it.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98719 => 98720)


--- trunk/Source/WebCore/ChangeLog	2011-10-28 12:28:31 UTC (rev 98719)
+++ trunk/Source/WebCore/ChangeLog	2011-10-28 12:37:55 UTC (rev 98720)
@@ -1,3 +1,10 @@
+2011-10-28  Adam Roben  <[email protected]>
+
+        Mac build fix after r98711
+
+        * WebCore.xcodeproj/project.pbxproj: Mark ExceptionCodeDescription.h private so WebKit can
+        find it.
+
 2011-10-28  Antti Koivisto  <[email protected]>
 
         [Chromium] css3/font-feature-settings-rendering.html has incorrect image result after r98542

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (98719 => 98720)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-10-28 12:28:31 UTC (rev 98719)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2011-10-28 12:37:55 UTC (rev 98720)
@@ -3200,7 +3200,7 @@
 		973889A0116EA9DC00ADF313 /* DocumentWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9738899E116EA9DC00ADF313 /* DocumentWriter.cpp */; };
 		973889A1116EA9DC00ADF313 /* DocumentWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9738899F116EA9DC00ADF313 /* DocumentWriter.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		973DC63F145A9409002842C2 /* ExceptionCodeDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 973DC63D145A9409002842C2 /* ExceptionCodeDescription.cpp */; };
-		973DC640145A9409002842C2 /* ExceptionCodeDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 973DC63E145A9409002842C2 /* ExceptionCodeDescription.h */; };
+		973DC640145A9409002842C2 /* ExceptionCodeDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 973DC63E145A9409002842C2 /* ExceptionCodeDescription.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		973E325610883B7C005BC493 /* ResourceLoadNotifier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 973E325410883B7C005BC493 /* ResourceLoadNotifier.cpp */; };
 		973E325710883B7C005BC493 /* ResourceLoadNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 973E325510883B7C005BC493 /* ResourceLoadNotifier.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		9752D38D1413104B003305BD /* JSHTMLSpanElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9752D38B1413104B003305BD /* JSHTMLSpanElement.cpp */; };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to