Changes between Version 148 and Version 149 of WebKitIDL


Ignore:
Timestamp:
Feb 29, 2016 11:32:22 AM (8 years ago)
Author:
Chris Dumez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v148 v149  
    234234They can be specified on DOMString attributes or DOMString parameters only:
    235235{{{
    236     [TreatNullAs= EmptyString] attribute DOMString str;
    237     void func([TreatNullAs= EmptyString] DOMString str);
     236    [TreatNullAs=EmptyString] attribute DOMString str;
     237    void func([TreatNullAs=EmptyString] DOMString str);
    238238}}}
    239239