[webkit-reviews] review granted: [Bug 64475] Move forwardEvent from RenderTextControl to HTMLTextFormControlElement : [Attachment 100697] cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 17:42:53 PDT 2011


Kent Tamura <tkent at chromium.org> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 64475: Move forwardEvent from RenderTextControl to
HTMLTextFormControlElement
https://bugs.webkit.org/show_bug.cgi?id=64475

Attachment 100697: cleanup
https://bugs.webkit.org/attachment.cgi?id=100697&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=100697&action=review


> Source/WebCore/html/HTMLTextFormControlElement.h:42
>  public:
>      enum NeedsToCheckDirtyFlag {CheckDirtyFlag, IgnoreDirtyFlag};
>  
>      virtual ~HTMLTextFormControlElement();
> +    
> +    void forwardEvent(Event*);

protected: is enough.


More information about the webkit-reviews mailing list