NEW186222
Move editor() and selection() from Frame to Document
https://bugs.webkit.org/show_bug.cgi?id=186222
Summary Move editor() and selection() from Frame to Document
Simon Fraser (smfr)
Reported 2018-06-01 20:44:42 PDT
It's weird that Frame owns editor() and selection(); these should be per-document, so owned by Document. Otherwise we risk editor and selection state leaking between documents.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-06-01 20:50:26 PDT
Note You need to log in before you can comment on or make changes to this bug.