Title: [94304] trunk/Source/WebCore
Revision
94304
Author
[email protected]
Date
2011-09-01 10:22:45 -0700 (Thu, 01 Sep 2011)

Log Message

[CSS3 Backgrounds and Borders] Implement border-image-slice
https://bugs.webkit.org/show_bug.cgi?id=67321

* WebCore.pro: Unreviewed buildfix after Dave "scattered" Hyatt (r94299).

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94303 => 94304)


--- trunk/Source/WebCore/ChangeLog	2011-09-01 17:20:29 UTC (rev 94303)
+++ trunk/Source/WebCore/ChangeLog	2011-09-01 17:22:45 UTC (rev 94304)
@@ -1,3 +1,10 @@
+2011-09-01  Csaba Osztrogonác  <[email protected]>
+
+        [CSS3 Backgrounds and Borders] Implement border-image-slice
+        https://bugs.webkit.org/show_bug.cgi?id=67321
+
+        * WebCore.pro: Unreviewed buildfix after Dave "scattered" Hyatt (r94299).
+
 2011-09-01  Ned Holbrook  <[email protected]>
 
         Typesetting features need not force complex for single-character runs

Modified: trunk/Source/WebCore/WebCore.pro (94303 => 94304)


--- trunk/Source/WebCore/WebCore.pro	2011-09-01 17:20:29 UTC (rev 94303)
+++ trunk/Source/WebCore/WebCore.pro	2011-09-01 17:22:45 UTC (rev 94304)
@@ -385,8 +385,8 @@
 }
 
 SOURCES += \
+    css/CSSBorderImageSliceValue.cpp \
     css/CSSBorderImageValue.cpp \
-    css/CSSBorderImageValue.h \
     css/CSSCanvasValue.cpp \
     css/CSSCharsetRule.cpp \
     css/CSSComputedStyleDeclaration.cpp \
@@ -1392,6 +1392,7 @@
 }
 
 HEADERS += \
+    css/CSSBorderImageSliceValue.h \
     css/CSSBorderImageValue.h \
     css/CSSCanvasValue.h \
     css/CSSCharsetRule.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to