commit | 3af41fab932f5ab1c6ef57cbf3aad0c0ed550f6e | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Fri Jan 30 14:52:58 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jan 30 14:52:58 2015 -0800 |
tree | b25c1e26f32279e4f95e41cb9d1d91d29e0f8e2d | |
parent | 7f14c9bbf1954a88226a0b56f1abb1a17f31534c [diff] |
Do not add indirection to XML_Parser. The expat type XML_Parser is already a pointer, so pass it by value instead of by indirection. Review URL: https://codereview.chromium.org/880783003