webidl: fixed read object property

This commit is contained in:
mattias 2022-07-21 13:47:10 +02:00
parent 85e84d048b
commit c2b1eeb8c6

View File

@ -744,7 +744,7 @@ begin
'UnicodeString': ReadFuncName:='ReadJSPropertyUnicodeString';
'TJOB_JSValue': ReadFuncName:='ReadJSPropertyValue';
else
Call:='ReadJSPropertyObject('+Attr.Name+','''+GetTypeName(Attr.AttributeType)+''')';
Call:='ReadJSPropertyObject('''+Attr.Name+''','+GetTypeName(Attr.AttributeType)+')';
end;
if Call='' then