DescriptionFix r37816: SloppyBlockFunctionStatement needs to go to parser_zone_.
Putting SloppyBlockFunctionStatement into local_zone_ was too early. It
needs to go into parser_zone_ because Scope refers to it. It will be
moved back to local_zone_ when we can put Scopes into temporary Zones.
A test (to demonstrate we crash without this CL) will follow in a separate CL.
R=verwaest@chromium.org
BUG=
Committed: https://crrev.com/c1da025b031cdd3c0f288b38019a424186182df3
Cr-Commit-Position: refs/heads/master@{#37920}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|