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