[webkit-reviews] review granted: [Bug 125722] Small string improvements to JSInjectedScriptHost::type : [Attachment 219222] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 20:26:14 PST 2013


Darin Adler <darin at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 125722: Small string improvements to JSInjectedScriptHost::type
https://bugs.webkit.org/show_bug.cgi?id=125722

Attachment 219222: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=219222&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219222&action=review


> Source/WebCore/bindings/js/JSInjectedScriptHostCustom.cpp:133
> +	   return jsString(exec, ASCIILiteral("array"));

These should all be jsNontrivialString.


More information about the webkit-reviews mailing list