[Webkit-unassigned] [Bug 58390] Implement remaining Background and Mask css properties in CSSStyleApplyProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 07:51:17 PDT 2011


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





--- Comment #5 from Andrey Kosyakov <caseq at chromium.org>  2011-04-13 07:51:17 PST ---
(From update of attachment 89309)
View in context: https://bugs.webkit.org/attachment.cgi?id=89309&action=review

> Source/WebCore/css/CSSStyleApplyProperty.cpp:78
> +    virtual void applyValue(CSSStyleSelector*, CSSValue*)

This broke chromium clang build due to missing const method modifier (causes shadowing base class method instead of overriding). Fixed in r83731.

-- 
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