summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_document.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-30 17:05:31 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-10-30 17:05:31 +0000
commita146507fdbe8a8d13fe590b5fa883efc7bffe90a (patch)
treebacdd8e8ae0ac850df26cd834893936f647513c9 /fpdfsdk/javascript/cjs_document.h
parent5ce2d2e0c7899dc2d3b3ac6a25293894fea04183 (diff)
downloadpdfium-a146507fdbe8a8d13fe590b5fa883efc7bffe90a.tar.xz
Move JS_Value into JS_Define
This CL moves CJS_Return to its own files and moves the remaining function definitions from JS_Value to JS_Define. Change-Id: Ic7058a02330153f22d1fff9fc6cdebd9167c498b Reviewed-on: https://pdfium-review.googlesource.com/17038 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/javascript/cjs_document.h')
-rw-r--r--fpdfsdk/javascript/cjs_document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/javascript/cjs_document.h b/fpdfsdk/javascript/cjs_document.h
index e6aab6b2c0..f935eae7d4 100644
--- a/fpdfsdk/javascript/cjs_document.h
+++ b/fpdfsdk/javascript/cjs_document.h
@@ -13,6 +13,7 @@
#include "fpdfsdk/javascript/JS_Define.h"
+class CJS_Document;
class CPDF_TextObject;
struct CJS_DelayData;