mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 17:19:32 +02:00
webidl: skip fields without name
This commit is contained in:
parent
a84c13ad18
commit
fd38810f33
@ -818,7 +818,7 @@ var
|
||||
begin
|
||||
if Attr.AttributeType=nil then
|
||||
begin
|
||||
AddLn('skipping field without type: "'+Attr.Name+'"');
|
||||
writeln('Note: skipping field "'+Attr.Name+'" without type at '+GetDefPos(Attr));
|
||||
exit;
|
||||
end;
|
||||
PropName:=GetName(Attr);
|
||||
|
Loading…
Reference in New Issue
Block a user