Title: [127391] trunk/Source/WebCore
Revision
127391
Author
[email protected]
Date
2012-09-02 11:57:20 -0700 (Sun, 02 Sep 2012)

Log Message

Build is broken when SVG is disabled.
https://bugs.webkit.org/show_bug.cgi?id=95653

Patch by Mike West <[email protected]> on 2012-09-02
Reviewed by Dirk Schulze.

Adding CSSPropertyWebkitClipPath to the massive switch statement in StyleResolver.

* css/StyleResolver.cpp:
(WebCore::StyleResolver::collectMatchingRulesForList):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127390 => 127391)


--- trunk/Source/WebCore/ChangeLog	2012-09-02 17:43:52 UTC (rev 127390)
+++ trunk/Source/WebCore/ChangeLog	2012-09-02 18:57:20 UTC (rev 127391)
@@ -1,3 +1,15 @@
+2012-09-02  Mike West  <[email protected]>
+
+        Build is broken when SVG is disabled.
+        https://bugs.webkit.org/show_bug.cgi?id=95653
+
+        Reviewed by Dirk Schulze.
+
+        Adding CSSPropertyWebkitClipPath to the massive switch statement in StyleResolver.
+
+        * css/StyleResolver.cpp:
+        (WebCore::StyleResolver::collectMatchingRulesForList):
+
 2012-08-31  Antti Koivisto  <[email protected]>
 
         Repaints should not be deferred after initial page load is complete

Modified: trunk/Source/WebCore/css/StyleResolver.cpp (127390 => 127391)


--- trunk/Source/WebCore/css/StyleResolver.cpp	2012-09-02 17:43:52 UTC (rev 127390)
+++ trunk/Source/WebCore/css/StyleResolver.cpp	2012-09-02 18:57:20 UTC (rev 127391)
@@ -4463,6 +4463,7 @@
     case CSSPropertyWebkitUserDrag:
     case CSSPropertyWebkitUserModify:
     case CSSPropertyWebkitUserSelect:
+    case CSSPropertyWebkitClipPath:
 #if ENABLE(CSS_EXCLUSIONS)
     case CSSPropertyWebkitWrap:
     case CSSPropertyWebkitWrapFlow:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to