WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
76771
PopupMenuClient::multiple() should be const
https://bugs.webkit.org/show_bug.cgi?id=76771
Summary
PopupMenuClient::multiple() should be const
Benjamin Poulain
Reported
2012-01-20 22:37:20 PST
It is an accessor, no reason to have it modify the RenderObject.
Attachments
Patch
(2.75 KB, patch)
2012-01-20 22:43 PST
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2012-01-20 22:43:45 PST
Created
attachment 123432
[details]
Patch
Kent Tamura
Comment 2
2012-01-20 22:49:07 PST
Comment on
attachment 123432
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=123432&action=review
> Source/WebCore/rendering/RenderMenuList.h:110 > + virtual bool multiple() const;
I recommend adding OVERRIDE to this line.
Benjamin Poulain
Comment 3
2012-01-20 23:01:04 PST
> I recommend adding OVERRIDE to this line.
Yeah, I considered that. But I think I should modify the whole interface on one patch instead of a single method.
Kent Tamura
Comment 4
2012-01-20 23:06:26 PST
Comment on
attachment 123432
[details]
Patch ok
WebKit Review Bot
Comment 5
2012-01-21 00:17:43 PST
Comment on
attachment 123432
[details]
Patch Clearing flags on attachment: 123432 Committed
r105570
: <
http://trac.webkit.org/changeset/105570
>
WebKit Review Bot
Comment 6
2012-01-21 00:17:47 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug