[webkit-reviews] review granted: [Bug 65829] JavaScript console can't evaluate expression in strict context : [Attachment 194361] Proposed Change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 15:19:23 PDT 2013


Geoffrey Garen <ggaren at apple.com> has granted Timothy Hatcher
<timothy at apple.com>'s request for review:
Bug 65829: JavaScript console can't evaluate expression in strict context
https://bugs.webkit.org/show_bug.cgi?id=65829

Attachment 194361: Proposed Change
https://bugs.webkit.org/attachment.cgi?id=194361&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=194361&action=review


r=me

> Source/WebCore/ChangeLog:14
> +	   console to stay in strict mode. This also allows users to opt-into
strict mode by prefixing

s/stay in/stay out of/ -- we're evaluating inside a strict mode function, but
then injecting a non-strict function.


More information about the webkit-reviews mailing list