Changes between Version 65 and Version 66 of WebKitIDL


Ignore:
Timestamp:
Mar 21, 2012 5:55:18 PM (12 years ago)
Author:
haraken@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v65 v66  
    854854Whether you should allow an interface to have constructor depends on the spec of the interface.
    855855
     856Note: Currently [Constructor(...)] does not yet support [Optional] arguments. It just supports [Optional=DefaultIsUndefined] or [Optional=DefaultIsNullString].
     857
    856858== [ConstructorTemplate](i), [InitializedByEventConstructor](a) == #ConstructorTemplate
    857859
     
    984986
    985987You 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].
    988988
    989989== [Conditional](i,m,a) == #Conditional