summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/JS_Define.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-10-30 16:49:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-10-30 16:49:42 +0000
commit409726af056ddeab7f6fe4cf2a844bc954e77e0f (patch)
tree63b78d34387264c4411a4decd0a67f2f7bcb7e7b /fpdfsdk/javascript/JS_Define.h
parent0ead5426591630db17a4dbed34e43dfab84379d1 (diff)
downloadpdfium-409726af056ddeab7f6fe4cf2a844bc954e77e0f.tar.xz
Move JS_Object to cjs_object
This CL moves JS_Object.{cpp|h} to cjs_object.{cpp|h} and splits the cjs_embedobj out to its own files. Change-Id: I8eced9c613455638f4adeefd60e67f38c0c3c1a6 Reviewed-on: https://pdfium-review.googlesource.com/17036 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/javascript/JS_Define.h')
-rw-r--r--fpdfsdk/javascript/JS_Define.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/JS_Define.h b/fpdfsdk/javascript/JS_Define.h
index e0535fa6fc..5824011665 100644
--- a/fpdfsdk/javascript/JS_Define.h
+++ b/fpdfsdk/javascript/JS_Define.h
@@ -9,8 +9,8 @@
#include <vector>
-#include "fpdfsdk/javascript/JS_Object.h"
#include "fpdfsdk/javascript/JS_Value.h"
+#include "fpdfsdk/javascript/cjs_object.h"
#include "fpdfsdk/javascript/resource.h"
#include "fxjs/fxjs_v8.h"