[Webkit-unassigned] [Bug 131094] Remove one of the CSSProperty constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 2 12:08:18 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131094


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228373|review?                     |review-
               Flag|                            |




--- Comment #8 from Andreas Kling <akling at apple.com>  2014-04-02 12:08:36 PST ---
(From update of attachment 228373)
View in context: https://bugs.webkit.org/attachment.cgi?id=228373&action=review

> Source/WebCore/css/StyleProperties.h:78
> -        CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); }
> +        CSSProperty toCSSProperty() const { return CSSProperty(id(), const_cast<CSSValue*>(propertyValue())); }

Many test failures here.
CSSProperty(id, value) is not the same as CSSProperty(metadata, value).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list