Title: [102394] trunk/Source/WebCore
Revision
102394
Author
[email protected]
Date
2011-12-08 16:22:08 -0800 (Thu, 08 Dec 2011)

Log Message

[chromium] Add CSS_FILTERS custom binding file to WebCore.gypi.
https://bugs.webkit.org/show_bug.cgi?id=74091

Reviewed by Adam Barth.

If it builds, you're happy.

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102393 => 102394)


--- trunk/Source/WebCore/ChangeLog	2011-12-09 00:20:39 UTC (rev 102393)
+++ trunk/Source/WebCore/ChangeLog	2011-12-09 00:22:08 UTC (rev 102394)
@@ -1,3 +1,14 @@
+2011-12-08  Stephen White  <[email protected]>
+
+        [chromium] Add CSS_FILTERS custom binding file to WebCore.gypi.
+        https://bugs.webkit.org/show_bug.cgi?id=74091
+
+        Reviewed by Adam Barth.
+
+        If it builds, you're happy.
+
+        * WebCore.gypi:
+
 2011-12-08  Ryosuke Niwa  <[email protected]>
 
         Line breaks are lost when pasted into textarea text starting with a blank line set while textarea is hidden

Modified: trunk/Source/WebCore/WebCore.gypi (102393 => 102394)


--- trunk/Source/WebCore/WebCore.gypi	2011-12-09 00:20:39 UTC (rev 102393)
+++ trunk/Source/WebCore/WebCore.gypi	2011-12-09 00:22:08 UTC (rev 102394)
@@ -2264,6 +2264,7 @@
             'bindings/v8/custom/V8Uint8ArrayCustom.cpp',
             'bindings/v8/custom/V8WebGLRenderingContextCustom.cpp',
             'bindings/v8/custom/V8WebKitAnimationCustom.cpp',
+            'bindings/v8/custom/V8WebKitCSSFilterValueCustom.cpp',
             'bindings/v8/custom/V8WebKitMutationObserverCustom.cpp',
             'bindings/v8/custom/V8WebKitPointConstructor.cpp',
             'bindings/v8/custom/V8WebSocketCustom.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to