Changes between Version 65 and Version 66 of WebKitIDL
- Timestamp:
- Mar 21, 2012, 5:55:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v65 v66 854 854 Whether you should allow an interface to have constructor depends on the spec of the interface. 855 855 856 Note: Currently [Constructor(...)] does not yet support [Optional] arguments. It just supports [Optional=DefaultIsUndefined] or [Optional=DefaultIsNullString]. 857 856 858 == [ConstructorTemplate](i), [InitializedByEventConstructor](a) == #ConstructorTemplate 857 859 … … 984 986 985 987 You do not need to specify [ConstructorParameters] if the interface does not have any of [JSCustomConstructor], [V8CustomConstructor] or [CustomConstructor]. 986 987 Note: Currently [Constructor(...)] does not yet support [Optional] arguments. It just supports [Optional=DefaultIsUndefined] or [Optional=DefaultIsNullString].988 988 989 989 == [Conditional](i,m,a) == #Conditional