diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-03 10:12:47 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-03 10:12:47 -0800 |
commit | f3e3af606958855c9345dd3aba13e75f0b879193 (patch) | |
tree | 8cb3cbd40a355d906d9be9641c747b5721796de1 /xfa.gyp | |
parent | da17d6cd9a4abc6ff41e18faa2757f98caf797db (diff) | |
download | pdfium-f3e3af606958855c9345dd3aba13e75f0b879193.tar.xz |
Fix O(n^2) behaviour in parser.
Despite what the c++11 spec says, std::list::size() is
still O(n), not O(1).
R=dsinclair@chromium.org, ochang@chromium.org
Review URL: https://codereview.chromium.org/1763443003 .
Diffstat (limited to 'xfa.gyp')
0 files changed, 0 insertions, 0 deletions