diff options
author | tsepez <tsepez@chromium.org> | 2017-01-12 11:15:04 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-12 11:15:04 -0800 |
commit | 192497124e7cde747ade7bf89028586eea293be5 (patch) | |
tree | 2f287d34769d464e33c3cae76e7b94c78729e244 /testing/resources/javascript/bug_679643_expected.txt | |
parent | 73debd4d226114b88430f2cc30dac056be5c13f3 (diff) | |
download | pdfium-192497124e7cde747ade7bf89028586eea293be5.tar.xz |
Custom toString() methods may delete annots.
In this case, we observe the destruction of the object, but have
unfortunately saved a pointer to it in a local variable.
BUG=679643
Review-Url: https://codereview.chromium.org/2628233002
Diffstat (limited to 'testing/resources/javascript/bug_679643_expected.txt')
-rw-r--r-- | testing/resources/javascript/bug_679643_expected.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/resources/javascript/bug_679643_expected.txt b/testing/resources/javascript/bug_679643_expected.txt new file mode 100644 index 0000000000..36d4a31344 --- /dev/null +++ b/testing/resources/javascript/bug_679643_expected.txt @@ -0,0 +1,3 @@ +Alert: Starting ... +Alert: Firing ... +Alert: failed: Annot.name: Object no longer exists. |