Extended Color Cleanup: Use the name SimpleColor consistently
Created attachment 400177 [details] WIP
Created attachment 400179 [details] Patch
Created attachment 400180 [details] Patch
Created attachment 400182 [details] Patch
Created attachment 400184 [details] Patch
Comment on attachment 400184 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400184&action=review > Source/WebCore/ChangeLog:12 > + the type it returns. Also took the opertunity to make it return "opertunity" > Source/WebCore/ChangeLog:15 > + It made not real sense to keep it in Color.h "It made not" > Source/WebCore/css/parser/CSSParserFastPaths.cpp:423 > + auto color = SimpleColor::parseHexColor(characters, length); Can write this as if (auto color = ...) return color;
Committed r262128: <https://trac.webkit.org/changeset/262128>
<rdar://problem/63602543>