diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-06-22 19:15:05 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-22 19:15:05 +0000 |
commit | 8b8031dc46c892e3cb67535f2540bb863648ed3b (patch) | |
tree | 44bfd8068c90ee3ae2e9db9e061d271fa27e2017 /public | |
parent | 9fff1c76c1083a5cc0543911811e36007a38aa3a (diff) | |
download | pdfium-8b8031dc46c892e3cb67535f2540bb863648ed3b.tar.xz |
Follow up to removing JS alert/beep magic numbers
Cleanup CL to address some comments on
https://pdfium-review.googlesource.com/c/pdfium/+/35730 that appeared
after I sent it to the CQ.
Change-Id: I7d5539101547a79d6fc3edf45720b60a1112e2e5
Reviewed-on: https://pdfium-review.googlesource.com/35951
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_formfill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index 915c07a134..0bc08ec54b 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -76,7 +76,7 @@ typedef struct _IPDF_JsPlatform { * JSPLATFORM_ALERT_ICON_* above . * * Return Value: - * Option selected by user in dialogue, see see + * Option selected by user in dialogue, see * JSPLATFORM_ALERT_RETURN_* above. */ int (*app_alert)(struct _IPDF_JsPlatform* pThis, |