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+
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
Note You need to log in before you can comment on or make changes to this bug.