diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-12 05:27:49 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-12 05:27:49 +0000 |
commit | 72d34be06324624ee4dcf27b1f001ab573ddec06 (patch) | |
tree | a289b64769ae6185d38078d717fb5078bf45b36b /fxjs | |
parent | 5970a47ac3cb1c0256d73f509ac73fa24aa4be42 (diff) | |
download | pdfium-72d34be06324624ee4dcf27b1f001ab573ddec06.tar.xz |
Fix "the the" typos.
TBR=hnakashima@chromium.org
Change-Id: I50877f5a2ff3fb6f48630019d2481aa451945118
Reviewed-on: https://pdfium-review.googlesource.com/22774
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxjs')
-rw-r--r-- | fxjs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/README b/fxjs/README index 99d2f90bd8..adc5827dbe 100644 --- a/fxjs/README +++ b/fxjs/README @@ -11,7 +11,7 @@ for progress on the issue. FXJS binds objects by sticking a pointer to a CFXJS_PerObjectData in the V8 object's internal slot. FXJSE binds objects by sticking a pointer to either an actual v8 function object or a CFXJSE_HostObject -in the the V8 object's internal slot, depending upon whether the object +in the V8 object's internal slot, depending upon whether the object represents (in some notion) a "class" or an "instance". Also, V8 objects bound in one library may unexpectedly arrive at the other given a script that's trying to mess with us. |