[webkit-reviews] review canceled: [Bug 90667] [JSC] HTML extensions to String.prototype should escape " as " in argument values : [Attachment 172380] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 16:18:06 PST 2012


Christophe Dumez <christophe.dumez at intel.com> has canceled Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 90667: [JSC] HTML extensions to String.prototype should escape " as &quot;
in argument values
https://bugs.webkit.org/show_bug.cgi?id=90667

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

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
Stop using ASCIILiteral(). Calling String::replace() with a literal replacement
string will no longer construct a WTF::String object after Bug 101257 is
closed.


More information about the webkit-reviews mailing list