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.
Created attachment 347878 [details] Patch
Do we need this now? - @Ryosuke & @Chris?
We don't need to do this per se.