Build fix.
* WebCore.xcodeproj/project.pbxproj: CSSPropertyNames.h is a generated file so it needs to be explicitly copied
into the PrivateHeaders directory, rather than relying on the automatic copying of headers which runs before the
derived sources are generated.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39464 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 991e9ba..aee7bb0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-23 Mark Rowe <mrowe@apple.com>
+
+ Build fix.
+
+ * WebCore.xcodeproj/project.pbxproj: CSSPropertyNames.h is a generated file so it needs to be explicitly copied
+ into the PrivateHeaders directory, rather than relying on the automatic copying of headers which runs before the
+ derived sources are generated.
+
2008-12-23 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein