RESOLVED FIXED 77701
Remove OVERRIDE from ColorInputType::valueAsColor
https://bugs.webkit.org/show_bug.cgi?id=77701
Summary Remove OVERRIDE from ColorInputType::valueAsColor
Keishi Hattori
Reported 2012-02-02 18:26:22 PST
Remove OVERRIDE from ColorInputType::valueAsColor, it was a mistake.
Attachments
Patch (1.37 KB, patch)
2012-02-02 18:31 PST, Keishi Hattori
no flags
Patch (1.51 KB, patch)
2012-02-02 19:10 PST, Keishi Hattori
no flags
Keishi Hattori
Comment 1 2012-02-02 18:31:03 PST
Kent Tamura
Comment 2 2012-02-02 19:04:52 PST
Comment on attachment 125226 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125226&action=review > Source/WebCore/html/ColorInputType.h:57 > - virtual Color valueAsColor() const OVERRIDE; > + virtual Color valueAsColor() const; Do we need virtual?
Keishi Hattori
Comment 3 2012-02-02 19:10:33 PST
Kent Tamura
Comment 4 2012-02-02 19:11:17 PST
Comment on attachment 125235 [details] Patch ok
WebKit Review Bot
Comment 5 2012-02-02 21:14:56 PST
Comment on attachment 125235 [details] Patch Clearing flags on attachment: 125235 Committed r106624: <http://trac.webkit.org/changeset/106624>
WebKit Review Bot
Comment 6 2012-02-02 21:15:00 PST
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 7 2012-02-07 12:39:12 PST
Hooray, this is just what OVERRIDE is for! Without OVERRIDE we probably would have had an unnecessary virtual function.
Note You need to log in before you can comment on or make changes to this bug.