summaryrefslogtreecommitdiff
path: root/fxjs/cjs_document.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-12 20:27:15 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 20:27:15 +0000
commit305bf6b818d4c3de8fe066dd736424f2e75b55b3 (patch)
tree0489e863ac0ecc1dd2178b2896678b16d0c62e48 /fxjs/cjs_document.h
parent995374a5df93181bbdfb75a808c76c7efed45dcd (diff)
downloadpdfium-305bf6b818d4c3de8fe066dd736424f2e75b55b3.tar.xz
Beef up CJS_Document method coverage.
Also alphabetize mailDoc method position in .cpp file. Change-Id: Ifb53e9a6f5f165bb41b865d51dae15e3bc84c4c7 Reviewed-on: https://pdfium-review.googlesource.com/c/43972 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjs_document.h')
-rw-r--r--fxjs/cjs_document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_document.h b/fxjs/cjs_document.h
index 5232803989..ed8bcc08c9 100644
--- a/fxjs/cjs_document.h
+++ b/fxjs/cjs_document.h
@@ -99,6 +99,7 @@ class CJS_Document final : public CJS_Object, public Observable<CJS_Document> {
JS_STATIC_METHOD(importAnXFDF, CJS_Document);
JS_STATIC_METHOD(importTextData, CJS_Document);
JS_STATIC_METHOD(insertPages, CJS_Document);
+ JS_STATIC_METHOD(mailDoc, CJS_Document);
JS_STATIC_METHOD(mailForm, CJS_Document);
JS_STATIC_METHOD(print, CJS_Document);
JS_STATIC_METHOD(removeField, CJS_Document);
@@ -108,7 +109,6 @@ class CJS_Document final : public CJS_Object, public Observable<CJS_Document> {
JS_STATIC_METHOD(saveAs, CJS_Document);
JS_STATIC_METHOD(submitForm, CJS_Document);
JS_STATIC_METHOD(syncAnnotScan, CJS_Document);
- JS_STATIC_METHOD(mailDoc, CJS_Document);
private:
static int ObjDefnID;