Patch forthcoming.
Created attachment 267335 [details] the patch
Comment on attachment 267335 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=267335&action=review r=me > Source/JavaScriptCore/ChangeLog:30 > + ValueFromBlock fooValue = things; This should be "LValue fooValue = things;"
(In reply to comment #2) > Comment on attachment 267335 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=267335&action=review > > r=me > > > Source/JavaScriptCore/ChangeLog:30 > > + ValueFromBlock fooValue = things; > > This should be "LValue fooValue = things;" Yup, fixed.
Landed in http://trac.webkit.org/changeset/194092