commit | 1be4117d0ea336203680c64d9d0a1ae1d5a6cf61 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@google.com> | Tue Dec 23 12:00:44 2014 -0800 |
committer | Bruce Dawson <brucedawson@google.com> | Tue Dec 23 12:00:44 2014 -0800 |
tree | 8fec13a75bcafcb697dec7764bd381764ae8de6a | |
parent | cf8e1b281f0ece4c23568aa9a01f259aa84836f1 [diff] |
XFA: merge patch from CL 731673003, fix incorrect operator Fixing operator so that bCheckRight isn't always true. Unknown effect! VC++'s /analyze points out that this expression: FX_BOOL bCheckRight = type != 'D' || type != 'W';" is always true. This means that the tests for the right edge of a word Original patch from Bruce Dawson(brucedawson@chromium.org) BUG=427616 TBR=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/822763003