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