12011-12-02 Andreas Kling <kling@webkit.org>
2
3 StyledElement: Simplify addCSSColor().
4 <http://webkit.org/b/73703>
5
6 Reviewed by NOBODY (OOPS!).
7
8 The Color(const String&) constructor handles both named and 3/6-digit
9 hex colors, so there's no need to handle those separately here.
10 Also tweaked some comments and minor things.
11
12 * dom/StyledElement.cpp:
13 (WebCore::StyledElement::addCSSColor):
14