Title: [92794] trunk/Source/WebCore
Revision
92794
Author
[email protected]
Date
2011-08-10 13:54:43 -0700 (Wed, 10 Aug 2011)

Log Message

Fix Qt build bustage. Add missing regions/exclusions-related files to their project.

* WebCore.pro:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92793 => 92794)


--- trunk/Source/WebCore/ChangeLog	2011-08-10 20:39:18 UTC (rev 92793)
+++ trunk/Source/WebCore/ChangeLog	2011-08-10 20:54:43 UTC (rev 92794)
@@ -1,5 +1,11 @@
 2011-08-10  David Hyatt  <[email protected]>
 
+        Fix Qt build bustage. Add missing regions/exclusions-related files to their project.
+
+        * WebCore.pro:
+
+2011-08-10  David Hyatt  <[email protected]>
+
         https://bugs.webkit.org/show_bug.cgi?id=66004
 
         Remove ifdefs for CSS Exclusions (since the feature doesn't exist any longer and has morphed into positioned

Modified: trunk/Source/WebCore/WebCore.pro (92793 => 92794)


--- trunk/Source/WebCore/WebCore.pro	2011-08-10 20:39:18 UTC (rev 92793)
+++ trunk/Source/WebCore/WebCore.pro	2011-08-10 20:54:43 UTC (rev 92794)
@@ -427,6 +427,7 @@
     css/CSSTimingFunctionValue.cpp \
     css/CSSUnicodeRangeValue.cpp \
     css/CSSValueList.cpp \
+    css/CSSWrapShapes.cpp \
     css/FontFamilyValue.cpp \
     css/FontFeatureValue.cpp \
     css/FontValue.cpp \
@@ -1124,6 +1125,7 @@
     rendering/RenderFieldset.cpp \
     rendering/RenderFileUploadControl.cpp \
     rendering/RenderFlexibleBox.cpp \
+    rendering/RenderFlowThread.cpp \
     rendering/RenderFrame.cpp \
     rendering/RenderFrameBase.cpp \
     rendering/RenderFrameSet.cpp \
@@ -1148,6 +1150,7 @@
     rendering/RenderPart.cpp \
     rendering/RenderProgress.cpp \
     rendering/RenderQuote.cpp \
+    rendering/RenderRegion.cpp \
     rendering/RenderReplaced.cpp \
     rendering/RenderReplica.cpp \
     rendering/RenderRuby.cpp \
@@ -1428,6 +1431,7 @@
     css/CSSTimingFunctionValue.h \
     css/CSSUnicodeRangeValue.h \
     css/CSSValueList.h \
+    css/CSSWrapShapes.h \
     css/FontFamilyValue.h \
     css/FontFeatureValue.h \
     css/FontValue.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to