Title: [98777] trunk/Source/WebCore
Revision
98777
Author
timothy_hor...@apple.com
Date
2011-10-28 16:27:32 -0700 (Fri, 28 Oct 2011)

Log Message

Unreviewed build fix due to r98775.

No new tests.

* CMakeLists.txt:
* GNUmakefile.list.am:
* WebCore.gypi:
* WebCore.pro:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (98776 => 98777)


--- trunk/Source/WebCore/CMakeLists.txt	2011-10-28 23:18:08 UTC (rev 98776)
+++ trunk/Source/WebCore/CMakeLists.txt	2011-10-28 23:27:32 UTC (rev 98777)
@@ -436,6 +436,7 @@
     css/CSSCanvasValue.cpp
     css/CSSCharsetRule.cpp
     css/CSSComputedStyleDeclaration.cpp
+    css/CSSCrossfadeValue.cpp
     css/CSSCursorImageValue.cpp
     css/CSSFlexValue.cpp
     css/CSSFontFace.cpp

Modified: trunk/Source/WebCore/ChangeLog (98776 => 98777)


--- trunk/Source/WebCore/ChangeLog	2011-10-28 23:18:08 UTC (rev 98776)
+++ trunk/Source/WebCore/ChangeLog	2011-10-28 23:27:32 UTC (rev 98777)
@@ -1,3 +1,14 @@
+2011-10-28  Tim Horton  <timothy_hor...@apple.com>
+
+        Unreviewed build fix due to r98775.
+
+        No new tests.
+
+        * CMakeLists.txt:
+        * GNUmakefile.list.am:
+        * WebCore.gypi:
+        * WebCore.pro:
+
 2011-10-28  Simon Fraser  <simon.fra...@apple.com>
 
         If visibility changes while an accelerated animation is running, element jumps around

Modified: trunk/Source/WebCore/GNUmakefile.list.am (98776 => 98777)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-10-28 23:18:08 UTC (rev 98776)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-10-28 23:27:32 UTC (rev 98777)
@@ -967,6 +967,8 @@
 	Source/WebCore/css/CSSCharsetRule.h \
 	Source/WebCore/css/CSSComputedStyleDeclaration.cpp \
 	Source/WebCore/css/CSSComputedStyleDeclaration.h \
+	Source/WebCore/css/CSSCrossfadeValue.cpp \
+	Source/WebCore/css/CSSCrossfadeValue.h \
 	Source/WebCore/css/CSSCursorImageValue.cpp \
 	Source/WebCore/css/CSSCursorImageValue.h \
 	Source/WebCore/css/CSSFlexValue.cpp \

Modified: trunk/Source/WebCore/WebCore.gypi (98776 => 98777)


--- trunk/Source/WebCore/WebCore.gypi	2011-10-28 23:18:08 UTC (rev 98776)
+++ trunk/Source/WebCore/WebCore.gypi	2011-10-28 23:27:32 UTC (rev 98777)
@@ -2340,6 +2340,8 @@
             'css/CSSCharsetRule.cpp',
             'css/CSSCharsetRule.h',
             'css/CSSComputedStyleDeclaration.cpp',
+            'css/CSSCrossfadeValue.cpp',
+            'css/CSSCrossfadeValue.h',
             'css/CSSCursorImageValue.cpp',
             'css/CSSFlexValue.cpp',
             'css/CSSFlexValue.h',

Modified: trunk/Source/WebCore/WebCore.pro (98776 => 98777)


--- trunk/Source/WebCore/WebCore.pro	2011-10-28 23:18:08 UTC (rev 98776)
+++ trunk/Source/WebCore/WebCore.pro	2011-10-28 23:27:32 UTC (rev 98777)
@@ -390,6 +390,7 @@
     css/CSSCanvasValue.cpp \
     css/CSSCharsetRule.cpp \
     css/CSSComputedStyleDeclaration.cpp \
+    css/CSSCrossfadeValue.cpp \
     css/CSSCursorImageValue.cpp \
     css/CSSFlexValue.cpp \
     css/CSSFontFace.cpp \
@@ -1471,6 +1472,7 @@
     css/CSSCanvasValue.h \
     css/CSSCharsetRule.h \
     css/CSSComputedStyleDeclaration.h \
+    css/CSSCrossfadeValue.h \
     css/CSSCursorImageValue.h \
     css/CSSFlexValue.h \
     css/CSSFontFace.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to