diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-08 16:36:43 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-08 16:36:43 +0000 |
commit | 7a01ce9f279be713947a74afe036aff495010371 (patch) | |
tree | 39c320f0ea090fb86ed4a8630bace04e72879948 | |
parent | 49fa50d7e922746c02f7b70c8436466d7f62696a (diff) | |
download | pdfium-7a01ce9f279be713947a74afe036aff495010371.tar.xz |
Update fxjs/README now that context data slots are gone
TBR=dsinclair@chromium.org
Change-Id: I2665f616d451ff7075b63457a91ef264bbde84c9
Reviewed-on: https://pdfium-review.googlesource.com/34610
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
-rw-r--r-- | fxjs/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fxjs/README b/fxjs/README index 85c5edf79c..6590b58e3c 100644 --- a/fxjs/README +++ b/fxjs/README @@ -37,7 +37,3 @@ Because PDFium uses V8 for various unrelated purposes, there may be up to four v8::Contexts (JS Global Objects) associated with each document. One is used by FXJS and holds objects as described by the js_api_reference.pdf specification. The others are used by FXJSE. - -FXJS requires that it can find itself whatever the current context might -be through a v8::Context's slot -- even if one of the FXJSE contexts is -current.
\ No newline at end of file |