[Webkit-unassigned] [Bug 36562] [Chromium] Implement WebFormControlElement and WebSelectElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 23:16:17 PDT 2010


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51686|review?                     |review+
               Flag|                            |




--- Comment #16 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-03-25 23:16:17 PST ---
(From update of attachment 51686)
> Index: WebKit/chromium/public/WebFormControlElement.h
...
> +    WebFormControlElement& operator=(const WebFormControlElement& e) { WebElement::assign(e); return *this; }

The style bot is saying that this should be rewritten as:

    WebFormControlElement& operator=(const WebFormControlElement& e)
    {
        WebElement::assign(e);
        return *this;
    }

R=me otherwise

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