mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
webidl: fixed read object property
This commit is contained in:
parent
85e84d048b
commit
c2b1eeb8c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user