RESOLVED INVALID 62719
[Spellcheck API] Refactoring: Push down SpellCheck API part of DocumentMarkerController to html module
https://bugs.webkit.org/show_bug.cgi?id=62719
Summary [Spellcheck API] Refactoring: Push down SpellCheck API part of DocumentMarker...
Hajime Morrita
Reported 2011-06-15 04:44:27 PDT
DocumentMarkerController is a part of dom/ directory, but it includes SpellCheckRange, which is a part of html/ directly. This violates dependency assumption: dom/ should not depend on html/. Thus we need to extract html-dependent part of DocumentMarkerController to html directly.
Attachments
Patch (27.09 KB, patch)
2011-06-15 04:52 PDT, Hajime Morrita
no flags
Fixed mac build (27.71 KB, patch)
2011-06-15 19:28 PDT, Hajime Morrita
no flags
Hajime Morrita
Comment 1 2011-06-15 04:52:17 PDT
WebKit Review Bot
Comment 2 2011-06-15 07:25:02 PDT
Hajime Morrita
Comment 3 2011-06-15 19:28:36 PDT
Created attachment 97387 [details] Fixed mac build
Hajime Morrita
Comment 4 2011-06-15 20:39:00 PDT
Mac build passed this. It's ready for review!
Tony Chang
Comment 5 2011-06-22 16:19:46 PDT
I believe this patch is now obsolete.
Hajime Morrita
Comment 6 2011-06-23 17:56:28 PDT
Comment on attachment 97387 [details] Fixed mac build You're right. making this obsolete. Thanks for the catch!
Note You need to log in before you can comment on or make changes to this bug.