diff options
Diffstat (limited to 'xfa/fxjse/class.cpp')
-rw-r--r-- | xfa/fxjse/class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxjse/class.cpp b/xfa/fxjse/class.cpp index 181398c630..d6744a6112 100644 --- a/xfa/fxjse/class.cpp +++ b/xfa/fxjse/class.cpp @@ -132,7 +132,7 @@ static void FXJSE_V8ConstructorCallback_Wrapper( if (!lpClassDefinition) { return; } - FXSYS_assert(info.This()->InternalFieldCount()); + ASSERT(info.This()->InternalFieldCount()); info.This()->SetAlignedPointerInInternalField(0, NULL); } |