| Index: fxjs/fxjs_v8.h
|
| diff --git a/fxjs/include/fxjs_v8.h b/fxjs/fxjs_v8.h
|
| similarity index 98%
|
| rename from fxjs/include/fxjs_v8.h
|
| rename to fxjs/fxjs_v8.h
|
| index a9064f3fafd68beecca6f53d2fd56fec75ffb805..5f658989a57ab350e3d17fd217df3dcef85c2338 100644
|
| --- a/fxjs/include/fxjs_v8.h
|
| +++ b/fxjs/fxjs_v8.h
|
| @@ -11,8 +11,8 @@
|
| // PDFium code should include this file rather than including V8 headers
|
| // directly.
|
|
|
| -#ifndef FXJS_INCLUDE_FXJS_V8_H_
|
| -#define FXJS_INCLUDE_FXJS_V8_H_
|
| +#ifndef FXJS_FXJS_V8_H_
|
| +#define FXJS_FXJS_V8_H_
|
|
|
| #include <v8-util.h>
|
| #include <v8.h>
|
| @@ -259,4 +259,4 @@ class CFXJS_Engine {
|
| std::map<CFX_WideString, v8::Global<v8::Array>> m_ConstArrays;
|
| };
|
|
|
| -#endif // FXJS_INCLUDE_FXJS_V8_H_
|
| +#endif // FXJS_FXJS_V8_H_
|
|
|