| Index: fpdfsdk/src/javascript/JS_Context.h
|
| diff --git a/fpdfsdk/include/javascript/JS_Context.h b/fpdfsdk/src/javascript/JS_Context.h
|
| similarity index 96%
|
| rename from fpdfsdk/include/javascript/JS_Context.h
|
| rename to fpdfsdk/src/javascript/JS_Context.h
|
| index d5b1064cfce3437fb74eb40736b666aecb93153f..b1e1bcee2c1f2c6fb6eacce8d41dca31265c4e56 100644
|
| --- a/fpdfsdk/include/javascript/JS_Context.h
|
| +++ b/fpdfsdk/src/javascript/JS_Context.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_JAVASCRIPT_JS_CONTEXT_H_
|
| -#define FPDFSDK_INCLUDE_JAVASCRIPT_JS_CONTEXT_H_
|
| +#ifndef FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
| +#define FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
|
|
| #include "../../../core/include/fxcrt/fx_system.h"
|
| #include "../../../core/include/fxcrt/fx_string.h"
|
| -#include "IJavaScript.h"
|
| +#include "../../include/javascript/IJavaScript.h"
|
|
|
| class CJS_EventHandler;
|
| class CJS_Runtime;
|
| @@ -134,4 +134,4 @@ class CJS_Context : public IFXJS_Context {
|
| FX_BOOL m_bMsgBoxEnable;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_JAVASCRIPT_JS_CONTEXT_H_
|
| +#endif // FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
|
|