| Index: fxjse/scope_inline.h
|
| diff --git a/xfa/fxjse/scope_inline.h b/fxjse/scope_inline.h
|
| similarity index 90%
|
| rename from xfa/fxjse/scope_inline.h
|
| rename to fxjse/scope_inline.h
|
| index 8ef9c85530050c6626cc7e7c33d72abc53e73d50..64eb6a79bf622ce9bba36263d470924308b2ef34 100644
|
| --- a/xfa/fxjse/scope_inline.h
|
| +++ b/fxjse/scope_inline.h
|
| @@ -4,18 +4,16 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXJSE_SCOPE_INLINE_H_
|
| -#define XFA_FXJSE_SCOPE_INLINE_H_
|
| +#ifndef FXJSE_SCOPE_INLINE_H_
|
| +#define FXJSE_SCOPE_INLINE_H_
|
|
|
| -#include "xfa/fxjse/context.h"
|
| -#include "xfa/fxjse/runtime.h"
|
| +#include "fxjse/context.h"
|
| +#include "fxjse/runtime.h"
|
|
|
| class CFXJSE_ScopeUtil_IsolateHandle {
|
| public:
|
| explicit CFXJSE_ScopeUtil_IsolateHandle(v8::Isolate* pIsolate)
|
| - : m_isolate(pIsolate),
|
| - m_iscope(pIsolate),
|
| - m_hscope(pIsolate) {}
|
| + : m_isolate(pIsolate), m_iscope(pIsolate), m_hscope(pIsolate) {}
|
| v8::Isolate* GetIsolate() { return m_isolate; }
|
|
|
| private:
|
| @@ -74,4 +72,4 @@ class CFXJSE_ScopeUtil_IsolateHandleContext {
|
| v8::Context::Scope m_cscope;
|
| };
|
|
|
| -#endif // XFA_FXJSE_SCOPE_INLINE_H_
|
| +#endif // FXJSE_SCOPE_INLINE_H_
|
|
|