diff options
author | tsepez <tsepez@chromium.org> | 2016-07-14 12:07:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-14 12:07:48 -0700 |
commit | 88b6686f6e56a01dab0172f4b3129ab7ae0cd8d8 (patch) | |
tree | f468bcfd290387726af632c8a462b15cc4d1e241 /xfa/fxgraphics | |
parent | 0089a685b6eb620ff24170cfddac502901fde495 (diff) | |
download | pdfium-88b6686f6e56a01dab0172f4b3129ab7ae0cd8d8.tar.xz |
Do not try to v8::Object::Clone() any objects
v8::Object::Clone() is deprecated, and gets us into trouble with
some corner cases. Create a new handle to the same object instead.
Remove FXJS_NewObject() and FXJS_NewObject2(), and replace with
direct assignments. Pass isolate to FXJS_NewNull() while were
at it, even though not needed, for consistency with all remaining
FXJS_New*() calls.
BUG=628106
R=jochen@chromium.org
Review-Url: https://codereview.chromium.org/2151023002
Diffstat (limited to 'xfa/fxgraphics')
0 files changed, 0 insertions, 0 deletions