WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119244
Unnecessary const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar
https://bugs.webkit.org/show_bug.cgi?id=119244
Summary
Unnecessary const_cast<TextCheckingHelper*>(this)->findFirstBadGrammar
Grzegorz Czajkowski
Reported
2013-07-30 03:54:56 PDT
Cleanup. findFirstBadGrammar needs const modifier to call it in 'isUngrammatical() const' without const casting.
Attachments
proposed patch
(4.19 KB, patch)
2013-07-30 03:57 PDT
,
Grzegorz Czajkowski
rniwa
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Grzegorz Czajkowski
Comment 1
2013-07-30 03:57:39 PDT
Created
attachment 207715
[details]
proposed patch
Grzegorz Czajkowski
Comment 2
2013-07-31 01:06:08 PDT
Committed
r153513
: <
http://trac.webkit.org/changeset/153513
>
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