⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changes between Version 157 and Version 158 of WebKitIDL


Ignore:
Timestamp:
Aug 28, 2017, 11:40:00 AM (9 years ago)
Author:
Konstantin Tokarev
Comment:

JSCustomSetter -> CustomSetter

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v157 v158  
    261261{{{
    262262    [Custom] void func();
    263     [CustomGetter, JSCustomSetter] attribute DOMString str;
     263    [CustomGetter, CustomSetter] attribute DOMString str;
    264264}}}
    265265