mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
webidl: fixed read object property
This commit is contained in:
parent
85e84d048b
commit
c2b1eeb8c6
@ -744,7 +744,7 @@ begin
|
|||||||
'UnicodeString': ReadFuncName:='ReadJSPropertyUnicodeString';
|
'UnicodeString': ReadFuncName:='ReadJSPropertyUnicodeString';
|
||||||
'TJOB_JSValue': ReadFuncName:='ReadJSPropertyValue';
|
'TJOB_JSValue': ReadFuncName:='ReadJSPropertyValue';
|
||||||
else
|
else
|
||||||
Call:='ReadJSPropertyObject('+Attr.Name+','''+GetTypeName(Attr.AttributeType)+''')';
|
Call:='ReadJSPropertyObject('''+Attr.Name+''','+GetTypeName(Attr.AttributeType)+')';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if Call='' then
|
if Call='' then
|
||||||
|
Loading…
Reference in New Issue
Block a user