From b7c7df6a979d16d926814f601246234bf65adbc2 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 9 Feb 2018 19:08:59 +0000 Subject: Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp} Place the template map definitions entirely in .cpp file. Change-Id: I2643f1b99f5582b69aa985857c4aa6f9b5ab57c8 Reviewed-on: https://pdfium-review.googlesource.com/26150 Commit-Queue: Tom Sepez Reviewed-by: dsinclair --- testing/js_embedder_test.h | 2 +- testing/xfa_js_embedder_test.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/js_embedder_test.h b/testing/js_embedder_test.h index 4bd5433b19..44245e3024 100644 --- a/testing/js_embedder_test.h +++ b/testing/js_embedder_test.h @@ -7,7 +7,7 @@ #include -#include "fxjs/fxjs_v8.h" +#include "fxjs/cfxjs_engine.h" #include "testing/embedder_test.h" class JSEmbedderTest : public EmbedderTest { diff --git a/testing/xfa_js_embedder_test.h b/testing/xfa_js_embedder_test.h index 44840b31eb..0ddb02ce70 100644 --- a/testing/xfa_js_embedder_test.h +++ b/testing/xfa_js_embedder_test.h @@ -8,8 +8,8 @@ #include #include +#include "fxjs/cfxjs_engine.h" #include "fxjs/cfxjse_value.h" -#include "fxjs/fxjs_v8.h" #include "testing/embedder_test.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_node.h" -- cgit v1.2.3