[Webkit-unassigned] [Bug 6503] content property doesn't support quotes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 12:02:36 PST 2011


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





--- Comment #46 from Dave Hyatt <hyatt at apple.com>  2011-03-01 12:02:36 PST ---
(From update of attachment 83029)
View in context: https://bugs.webkit.org/attachment.cgi?id=83029&action=review

> Source/WebCore/rendering/style/QuotesData.cpp:42
> +    if (!&other || !this)
> +        return false;

I see you did handle the null check.  This would probably seem a little less strange if you made the operator== a friend function instead, but I don't feel that strongly about it.

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