[Webkit-unassigned] [Bug 35317] [Chromium] Implement WebLabelElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 15:43:35 PST 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49444|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #7 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-24 15:43:35 PST ---
(From update of attachment 49444)
> Index: WebKit/chromium/public/WebLabelElement.h

> +    WebLabelElement(const WebLabelElement& n) : WebElement(n) { }
> +
> +    WebLabelElement& operator=(const WebLabelElement& n)
> +    {
> +        WebElement::assign(n);
> +        return *this;

"n" -> "e" :)

r=me, but that name should be fixed before committing.  so if you could
upload another patch for the commit-queue, that'd be great.  thanks!

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