Remove calls to -[WebView _usesDocumentViews]
Created attachment 107902 [details] Patch
Comment on attachment 107902 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=107902&action=review > Source/WebKit/mac/ChangeLog:8 > + Remove calls to -[WebView _usesDocumentViews] > + https://bugs.webkit.org/show_bug.cgi?id=68377 > + > + Reviewed by NOBODY (OOPS!). > + > + Assume that -[WebView _usesDocumentViews] always returns true. It would be good to explain why we're doing this. (I think the reason is that this experiment has been abandoned.) Can we remove _usesDocumentViews itself?
(In reply to comment #2) > (From update of attachment 107902 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=107902&action=review > > > Source/WebKit/mac/ChangeLog:8 > > + Remove calls to -[WebView _usesDocumentViews] > > + https://bugs.webkit.org/show_bug.cgi?id=68377 > > + > > + Reviewed by NOBODY (OOPS!). > > + > > + Assume that -[WebView _usesDocumentViews] always returns true. > > It would be good to explain why we're doing this. (I think the reason is that this experiment has been abandoned.) True. I'll add that. > > Can we remove _usesDocumentViews itself? Yes. I decided to do it in smaller steps though.
Committed r95458: <http://trac.webkit.org/changeset/95458>