mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
webidl: parse enforcerange
This commit is contained in:
parent
35cae0bd3d
commit
db6e1ef1cc
@ -1371,7 +1371,7 @@ begin
|
||||
ExpectToken(tkunsigned);
|
||||
ExpectToken(tklong);
|
||||
Result:=TIDLTypeDefDefinition(AddDefinition(aParent,TIDLTypeDefDefinition,''));
|
||||
Result.TypeName:='unsinged long';
|
||||
Result.TypeName:='unsigned long';
|
||||
Result.Attributes.Add(EnforceRange);
|
||||
end;
|
||||
LegacyDOMString:
|
||||
|
Loading…
Reference in New Issue
Block a user