| Index: fxjs/cfxjse_arguments.cpp
|
| diff --git a/fxjs/cfxjse_arguments.cpp b/fxjs/cfxjse_arguments.cpp
|
| index 1ff425d8b139c62837cdc68324ffeb5cba94d28f..f1dcd2c153242ec58af85b06b453da4cc63ecc9f 100644
|
| --- a/fxjs/cfxjse_arguments.cpp
|
| +++ b/fxjs/cfxjse_arguments.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fxjs/include/cfxjse_arguments.h"
|
| +#include "fxjs/cfxjse_arguments.h"
|
|
|
| -#include "fxjs/include/cfxjse_context.h"
|
| -#include "fxjs/include/cfxjse_value.h"
|
| +#include "fxjs/cfxjse_context.h"
|
| +#include "fxjs/cfxjse_value.h"
|
|
|
| v8::Isolate* CFXJSE_Arguments::GetRuntime() const {
|
| return m_pRetValue->GetIsolate();
|
|
|