diff options
author | Lei Zhang <thestig@chromium.org> | 2015-04-21 18:35:03 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-04-21 18:35:03 -0700 |
commit | 97d10aff654e42c1b7c3d2abf33fbcf8d341799e (patch) | |
tree | f8e68a0ec22b9ce61d610d70fc1dc61cab2bccf5 /DEPS | |
parent | b014ca072970973164e0b3d244fbd8863dff2738 (diff) | |
download | pdfium-97d10aff654e42c1b7c3d2abf33fbcf8d341799e.tar.xz |
Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378
This regressed in commit 3f41851 due to shadow variables.
BUG=478164
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1101443004
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ deps = { "https://chromium.googlesource.com/external/gyp", "testing/corpus": - "https://pdfium.googlesource.com/pdfium_tests@e733fe1d98fad50c9b5f4023f08db429143b1291", + "https://pdfium.googlesource.com/pdfium_tests@73e1d0c915fe574a470fcbc76dd36246ac9fec45", "testing/gmock": "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f24565299976b936d1265cb6a271", |