diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-22 16:05:18 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-22 16:05:18 -0700 |
commit | 3523c1f23e4c48850fcba5b1cb1bd8f311407e00 (patch) | |
tree | 3ff2258be9aa8c5ec145d77e6bb35a684e6986e5 /DEPS | |
parent | 34cc08341b5712c17b504a55aa090eaa59051890 (diff) | |
download | pdfium-3523c1f23e4c48850fcba5b1cb1bd8f311407e00.tar.xz |
Fix parsing of double dot operators for FormCalc
Patch by cherycherian.
patch from issue 1810153003 at patchset 1 (http://crrev.com/1810153003#ps1)
FormCalc expressions containing double-dot operators in SOM expressions
were failing since XFA_ResolveNodes_AnyChild was always stripping the
leading character.
Roll testing/corpus to d671154 to pick up the test.
BUG=pdfium:434
TBR=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1821413002 .
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': '8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2', - 'pdfium_tests_revision': 'bafb069353f96d441c6a37786d18cd9f5407937f', + 'pdfium_tests_revision': 'd671154d809b4fcf250e72523ef7d85df04c806a', 'skia_revision': 'ed854fb897fa134f2f64738a75293502fdcf1af2', 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', 'v8_revision': '3c3d7e7be80f45eeea0dc74a71d7552e2afc2985', |