[webkit-reviews] review granted: [Bug 27133] [Chromium] Upstream RGBColor : [Attachment 32562] patch2 - moved to WebCore/css/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 14:50:28 PDT 2009


Sam Weinig <sam at webkit.org> has granted Nate Chapin <japhet at chromium.org>'s
request for review:
Bug 27133: [Chromium] Upstream RGBColor
https://bugs.webkit.org/show_bug.cgi?id=27133

Attachment 32562: patch2 - moved to WebCore/css/
https://bugs.webkit.org/attachment.cgi?id=32562&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
> +
> +    class RGBColor : public RefCounted<RGBColor> {
> +    public:
> +	   // TODO(ager): Make constructor private once codegenerator changes
> +	   // have landed upstream.

We prefer FIXME, instead of TODO(name).


More information about the webkit-reviews mailing list