Title: [126834] trunk/Source/WebCore
Revision
126834
Author
[email protected]
Date
2012-08-27 18:53:24 -0700 (Mon, 27 Aug 2012)

Log Message

Unreviewed attempted build fix for Mac.

After https://bugs.webkit.org/show_bug.cgi?id=95155 and the subsequent r126831
LayoutTypesInlineMethods.h needed to be added to the WebCore target.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126833 => 126834)


--- trunk/Source/WebCore/ChangeLog	2012-08-28 01:26:00 UTC (rev 126833)
+++ trunk/Source/WebCore/ChangeLog	2012-08-28 01:53:24 UTC (rev 126834)
@@ -1,3 +1,12 @@
+2012-08-27  Dean Jackson  <[email protected]>
+
+        Unreviewed attempted build fix for Mac.
+
+        After https://bugs.webkit.org/show_bug.cgi?id=95155 and the subsequent r126831
+        LayoutTypesInlineMethods.h needed to be added to the WebCore target.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2012-08-27  Julien Chaffraix  <[email protected]>
 
         Crash in RenderTable::removeCaption

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (126833 => 126834)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-28 01:26:00 UTC (rev 126833)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-28 01:53:24 UTC (rev 126834)
@@ -919,6 +919,7 @@
 		319E69B513299BBD004AC91A /* WebKitAnimationList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 319E69AF13299BBD004AC91A /* WebKitAnimationList.cpp */; };
 		319E69B613299BBD004AC91A /* WebKitAnimationList.h in Headers */ = {isa = PBXBuildFile; fileRef = 319E69B013299BBD004AC91A /* WebKitAnimationList.h */; };
 		319FBD5F15D2F464009640A6 /* CachedImageClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 319FBD5D15D2F444009640A6 /* CachedImageClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		31B801BB15EC58C700CE643D /* LayoutTypesInlineMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 84894CA815EC489700A40481 /* LayoutTypesInlineMethods.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		31C0FF210E4CEB6E007D6FE5 /* WebKitAnimationEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31C0FF1B0E4CEB6E007D6FE5 /* WebKitAnimationEvent.cpp */; };
 		31C0FF220E4CEB6E007D6FE5 /* WebKitAnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C0FF1C0E4CEB6E007D6FE5 /* WebKitAnimationEvent.h */; };
 		31C0FF240E4CEB6E007D6FE5 /* WebKitTransitionEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31C0FF1E0E4CEB6E007D6FE5 /* WebKitTransitionEvent.cpp */; };
@@ -25485,6 +25486,7 @@
 				FD537353137B651800008DCE /* ZeroPole.h in Headers */,
 				9377ABA015DEFEEF0031FD04 /* Pagination.h in Headers */,
 				14476AA815DC4BB100305DB2 /* WritingMode.h in Headers */,
+				31B801BB15EC58C700CE643D /* LayoutTypesInlineMethods.h in Headers */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to