RESOLVED FIXED 119241
Remove guessesVector param from isUngrammatical
https://bugs.webkit.org/show_bug.cgi?id=119241
Summary Remove guessesVector param from isUngrammatical
Grzegorz Czajkowski
Reported 2013-07-30 02:37:37 PDT
Cleanup.
Attachments
proposed patch (4.94 KB, patch)
2013-07-30 02:40 PDT, Grzegorz Czajkowski
rniwa: review+
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 (490.22 KB, application/zip)
2013-07-30 03:35 PDT, Build Bot
no flags
Grzegorz Czajkowski
Comment 1 2013-07-30 02:40:35 PDT
Created attachment 207706 [details] proposed patch
Build Bot
Comment 2 2013-07-30 03:34:59 PDT
Comment on attachment 207706 [details] proposed patch Attachment 207706 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/1293280 New failing tests: editing/selection/leak-document-with-selection-inside.html
Build Bot
Comment 3 2013-07-30 03:35:00 PDT
Created attachment 207712 [details] Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-10 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.4
Ryosuke Niwa
Comment 4 2013-07-30 12:09:23 PDT
Comment on attachment 207706 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=207706&action=review > Source/WebCore/editing/Editor.cpp:1870 > Vector<String> Editor::guessesForUngrammaticalSelection() > { Can we remove this function?
Grzegorz Czajkowski
Comment 5 2013-07-30 12:33:55 PDT
(In reply to comment #4) > (From update of attachment 207706 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=207706&action=review > > > Source/WebCore/editing/Editor.cpp:1870 > > Vector<String> Editor::guessesForUngrammaticalSelection() > > { > > Can we remove this function? It is still called in http://trac.webkit.org/browser/trunk/Source/WebCore/editing/Editor.cpp#L1919. Should we remove this block as well? Thanks for review!
Ryosuke Niwa
Comment 6 2013-07-30 12:35:57 PDT
(In reply to comment #5) > > It is still called in http://trac.webkit.org/browser/trunk/Source/WebCore/editing/Editor.cpp#L1919. Should we remove this block as well? > Thanks for review! It seems like we should if that code is never used.
Grzegorz Czajkowski
Comment 7 2013-07-30 12:39:07 PDT
(In reply to comment #6) > (In reply to comment #5) > > > > It is still called in http://trac.webkit.org/browser/trunk/Source/WebCore/editing/Editor.cpp#L1919. Should we remove this block as well? > > Thanks for review! > > It seems like we should if that code is never used. Ok, I'll get rid of it while submitting.
Grzegorz Czajkowski
Comment 8 2013-07-31 02:43:56 PDT
Note You need to log in before you can comment on or make changes to this bug.