WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
24619
RenderObject::selectionStartEnd does not need to be a virtual function
https://bugs.webkit.org/show_bug.cgi?id=24619
Summary
RenderObject::selectionStartEnd does not need to be a virtual function
Darin Adler
Reported
2009-03-16 09:04:48 PDT
The base class version of selectionStartEnd would work fine even for the one class, RenderView, that overrides it. It would be a small speedup to make the function non-virtual.
Attachments
patch
(1.70 KB, patch)
2009-03-16 09:06 PDT
,
Darin Adler
adele
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2009-03-16 09:06:11 PDT
Created
attachment 28647
[details]
patch
Darin Adler
Comment 2
2009-03-16 15:41:36 PDT
trac.webkit.org/changeset/41748
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