summaryrefslogtreecommitdiff
path: root/xfa/fxjse/class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxjse/class.cpp')
-rw-r--r--xfa/fxjse/class.cpp2
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);
}