RESOLVED LATER188870
HTML{Image, Link, Script}Element::crossOrigin() should return an AtomicString
https://bugs.webkit.org/show_bug.cgi?id=188870
Summary HTML{Image, Link, Script}Element::crossOrigin() should return an AtomicString
Daniel Bates
Reported 2018-08-22 17:01:28 PDT
HTML{Image, Link, Script}Element::crossOrigin() should return an "const AtomicString&" as opposed to a String so as to avoid unnecessary ref-count churn and the need for a caller to perform string comparisons.
Attachments
Patch (9.74 KB, patch)
2018-08-22 17:09 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2018-08-22 17:09:18 PDT
Ahmad Saleem
Comment 2 2023-09-20 09:05:23 PDT
Do we need this now? - @Ryosuke & @Chris?
Ryosuke Niwa
Comment 3 2023-09-25 08:44:44 PDT
We don't need to do this per se.
Note You need to log in before you can comment on or make changes to this bug.