RESOLVED FIXED 140765
Avoid defining always empty Vector<TextCheckingResult> in SpellChecker::didCheckCancel
https://bugs.webkit.org/show_bug.cgi?id=140765
Summary Avoid defining always empty Vector<TextCheckingResult> in SpellChecker::didCh...
Grzegorz Czajkowski
Reported 2015-01-22 07:29:52 PST
Cleanup. I found it while I was working on bug 139862. There is no need to define vector which is always empty. Pass it directly instead.
Attachments
Patch (1.39 KB, patch)
2015-01-22 07:32 PST, Grzegorz Czajkowski
no flags
Grzegorz Czajkowski
Comment 1 2015-01-22 07:32:35 PST
WebKit Commit Bot
Comment 2 2015-01-22 12:01:21 PST
Comment on attachment 245142 [details] Patch Clearing flags on attachment: 245142 Committed r178930: <http://trac.webkit.org/changeset/178930>
WebKit Commit Bot
Comment 3 2015-01-22 12:01:27 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.