summaryrefslogtreecommitdiff
path: root/testing/xfa_js_embedder_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfa_js_embedder_test.h')
-rw-r--r--testing/xfa_js_embedder_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xfa_js_embedder_test.h b/testing/xfa_js_embedder_test.h
index 362db471ce..73d7d576a7 100644
--- a/testing/xfa_js_embedder_test.h
+++ b/testing/xfa_js_embedder_test.h
@@ -15,7 +15,7 @@
#include "xfa/fxfa/parser/cxfa_node.h"
#include "xfa/fxfa/parser/cxfa_object.h"
-class CXFA_ScriptContext;
+class CFXJSE_Engine;
class XFAJSEmbedderTest : public EmbedderTest {
public:
@@ -41,7 +41,7 @@ class XFAJSEmbedderTest : public EmbedderTest {
std::unique_ptr<FXJS_ArrayBufferAllocator> array_buffer_allocator_;
std::unique_ptr<CFXJSE_Value> value_;
v8::Isolate* isolate_;
- CXFA_ScriptContext* script_context_;
+ CFXJSE_Engine* script_context_;
bool ExecuteHelper(const ByteStringView& input);
};