| Index: core/src/fpdfdoc/doc_vtmodule.cpp
|
| diff --git a/core/src/fpdfdoc/doc_vtmodule.cpp b/core/src/fpdfdoc/doc_vtmodule.cpp
|
| index c44cbacf3c19369697cc260f21cab96ecc5b046c..f82de258a6b3e977ee2f453551225ac73fa51668 100644
|
| --- a/core/src/fpdfdoc/doc_vtmodule.cpp
|
| +++ b/core/src/fpdfdoc/doc_vtmodule.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "pdf_vt.h"
|
| IPDF_VariableText* IPDF_VariableText::NewVariableText()
|
| {
|
| - return FX_NEW CPDF_VariableText();
|
| + return new CPDF_VariableText();
|
| }
|
| void IPDF_VariableText::DelVariableText(IPDF_VariableText* pVT)
|
| {
|
|
|