| Summary: | HTML{Image, Link, Script}Element::crossOrigin() should return an AtomicString | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||
| Component: | WebCore Misc. | Assignee: | Daniel Bates <dbates> | ||||
| Status: | RESOLVED LATER | ||||||
| Severity: | Normal | CC: | ahmad.saleem792, cdumez, rniwa | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 347878 [details]
Patch
Do we need this now? - @Ryosuke & @Chris? We don't need to do this per se. |
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.