diff options
author | dan sinclair <dsinclair@chromium.org> | 2018-02-19 18:23:13 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-19 18:23:13 +0000 |
commit | 0f9e15cf365faf025d00e7df2565c8482a245953 (patch) | |
tree | 9a4db2247c0fb8f4764f9d1630ab493ec31bb52d /public | |
parent | 43e0be7b93c24d6a37aa3a0dca1f8c89dc78b165 (diff) | |
download | pdfium-0f9e15cf365faf025d00e7df2565c8482a245953.tar.xz |
FormCalc Assignment is not a SimpleExpression
Currently the parser builds assignment statements as part of the
SimpleExpression declaration. This isn't correct according to the
grammar where AssignmentExpression and SimpleExpression are siblings.
This CL moves the assignment calculation into the ExpExpression
declaration to make it a sibling of the SimpleExpression.
Change-Id: I6afac2379ab6783b84ee619863c8308ca0db454d
Reviewed-on: https://pdfium-review.googlesource.com/27310
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'public')
0 files changed, 0 insertions, 0 deletions