Index: xfa/fxjse/dynprop.cpp |
diff --git a/xfa/fxjse/dynprop.cpp b/xfa/fxjse/dynprop.cpp |
index fc408ac000a74a8e3664e8eab591516ced86da7d..498c6608cf1790ae5c019c037a2be2b28a5922a3 100644 |
--- a/xfa/fxjse/dynprop.cpp |
+++ b/xfa/fxjse/dynprop.cpp |
@@ -61,7 +61,7 @@ static void FXJSE_DynPropGetterAdapter(const FXJSE_CLASS* lpClass, |
0, const_cast<FXJSE_CLASS*>(lpClass)); |
hCallBackInfo->SetInternalField( |
1, v8::String::NewFromUtf8( |
- pIsolate, reinterpret_cast<const char*>(szPropName.GetPtr()), |
+ pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), |
v8::String::kNormalString, szPropName.GetLength())); |
lpValue->ForceSetValue(v8::Function::New( |
lpValue->GetIsolate(), FXJSE_DynPropGetterAdapter_MethodCallback, |