| Index: fxjse/value.cpp
|
| diff --git a/xfa/fxjse/value.cpp b/fxjse/value.cpp
|
| similarity index 99%
|
| rename from xfa/fxjse/value.cpp
|
| rename to fxjse/value.cpp
|
| index af73a19ead7e2b14dc091de91c8e4a3d147f2d01..a49ee312f31d1406e43d2e11e9b0d8b34464af2d 100644
|
| --- a/xfa/fxjse/value.cpp
|
| +++ b/fxjse/value.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fxjse/value.h"
|
| +#include "fxjse/include/cfxjse_value.h"
|
|
|
| #include <math.h>
|
|
|
| -#include "xfa/fxjse/class.h"
|
| -#include "xfa/fxjse/context.h"
|
| +#include "fxjse/context.h"
|
| +#include "fxjse/include/cfxjse_class.h"
|
|
|
| void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message) {
|
| v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
|
|
|