[webkit-reviews] review requested: [Bug 45990] Use AtomicString insted of String in XMLDocumentParser : [Attachment 67945] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 13:45:43 PDT 2010


Patrick R. Gansterer <paroga at paroga.com> has asked  for review:
Bug 45990: Use AtomicString insted of String in XMLDocumentParser
https://bugs.webkit.org/show_bug.cgi?id=45990

Attachment 67945: Patch
https://bugs.webkit.org/attachment.cgi?id=67945&action=review

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
> +    // FIXME: Use AtomicString::fromUTF8.
> +    return AtomicString(toString(string));
Maybe we can commit now and change this when bug 45594 is finished?


More information about the webkit-reviews mailing list