diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-06-06 18:00:14 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-06 18:00:14 +0000 |
commit | 5caa34c64382d8587a3ec3de5edbb30976b1390d (patch) | |
tree | 171e464aefbaf7072db676262b1243a7d397a660 /xfa/DEPS | |
parent | 2f6a861d2082bff2fe1125445b84cc5f7e11b826 (diff) | |
download | pdfium-5caa34c64382d8587a3ec3de5edbb30976b1390d.tar.xz |
[fm2js] Fixup initialized variable conversion
When converting a Var statement from formcalc to JS we would neglect to
add the ; if the variable was initialized. This generated invalid JS as
we'd end up with two statements smushed together.
FormCalc:
var s = ""
Previous JS:
var s = ""s = pfm....
New JS:
var s = "";
s = pfm ...
Bug: pdfium:1097
Change-Id: I8a869f07374cac68a06a487dace89699a4e5540c
Reviewed-on: https://pdfium-review.googlesource.com/34110
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'xfa/DEPS')
0 files changed, 0 insertions, 0 deletions