[webkit-reviews] review requested: [Bug 24979] Avoid type-coercion into AtomicString in AtomicString methods : [Attachment 29268] updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 5 15:24:17 PDT 2009


Mike Belshe <mike at belshe.com> has asked Alexey Proskuryakov <ap at webkit.org> for
review:
Bug 24979: Avoid type-coercion into AtomicString in AtomicString methods
https://bugs.webkit.org/show_bug.cgi?id=24979

Attachment 29268: updated patch
https://bugs.webkit.org/attachment.cgi?id=29268&action=review

------- Additional Comments from Mike Belshe <mike at belshe.com>
Removed the versions which take AtomicStrings.	startsWith() and endsWith()
have no versions which take const char* anyway, so they now take Strings. 
find() and contains() now offer both const char* and String variants.


More information about the webkit-reviews mailing list