[Webkit-unassigned] [Bug 65542] Need support for dirname attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 17:33:19 PST 2011


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





--- Comment #25 from Eric Seidel <eric at webkit.org>  2011-11-09 17:33:18 PST ---
(From update of attachment 113999)
View in context: https://bugs.webkit.org/attachment.cgi?id=113999&action=review

Seems reasonable.

> Source/WebCore/html/HTMLTextAreaElement.cpp:178
> +    if (!dirnameAttrValue.isNull())

Does AtomicString have a bool operator?  Can this just be !dirnameAttrValue ?

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