Changeset 127391 in webkit


Ignore:
Timestamp:
Sep 2, 2012 11:57:20 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Mike West <mkwst@chromium.org> on 2012-09-02
Reviewed by Dirk Schulze.

Adding CSSPropertyWebkitClipPath to the massive switch statement in StyleResolver.

  • css/StyleResolver.cpp:

(WebCore::StyleResolver::collectMatchingRulesForList):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r127388 r127391  
     12012-09-02  Mike West  <mkwst@chromium.org>
     2
     3        Build is broken when SVG is disabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=95653
     5
     6        Reviewed by Dirk Schulze.
     7
     8        Adding CSSPropertyWebkitClipPath to the massive switch statement in StyleResolver.
     9
     10        * css/StyleResolver.cpp:
     11        (WebCore::StyleResolver::collectMatchingRulesForList):
     12
    1132012-08-31  Antti Koivisto  <antti@apple.com>
    214
  • trunk/Source/WebCore/css/StyleResolver.cpp

    r127318 r127391  
    44644464    case CSSPropertyWebkitUserModify:
    44654465    case CSSPropertyWebkitUserSelect:
     4466    case CSSPropertyWebkitClipPath:
    44664467#if ENABLE(CSS_EXCLUSIONS)
    44674468    case CSSPropertyWebkitWrap:
Note: See TracChangeset for help on using the changeset viewer.