diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-02-21 14:35:22 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-02-21 14:35:22 +0000 |
commit | ee1db60fc0e20706cc987b2b0cc5c03dc2222f6a (patch) | |
tree | f1e6c8378d6149a75ed0c29628685be49d0c7407 /xfa/fxfa/cxfa_ffpushbutton.cpp | |
parent | 9b746fdef766c2cfbd7a54fb43406cf72f9685bf (diff) | |
download | pdfium-ee1db60fc0e20706cc987b2b0cc5c03dc2222f6a.tar.xz |
[formcalc] Remove the ParseBlockExpression method
In all the places we call ParseBlockExpression we really mean to parse
an ExpressionList. Using ParseBlockExpression is confusing because the
formcalc grammar has a BlockExpression defined which corresponds to our
ParseDoExpression.
This CL converts the use of ParseBlockExpression into calls to
ParseExpressionList and then builds the BlockExpression class as needed.
Change-Id: Iab9b6e783f01d35df905539d4dbc20ba18a7b0f9
Reviewed-on: https://pdfium-review.googlesource.com/27470
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffpushbutton.cpp')
0 files changed, 0 insertions, 0 deletions