Changes between Version 105 and Version 106 of WebKitIDL


Ignore:
Timestamp:
May 8, 2013 1:40:15 AM (11 years ago)
Author:
Christophe Dumez
Comment:

Remove V8DependentLifeTime

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v105 v106  
    3838 - [#DoNotCheckConstants DoNotCheckConstants(i)][[br]]
    3939 - [#ActiveDOMObject ActiveDOMObject(i)][[br]]
    40  - [#V8DependentLifeTime V8DependentLifeTime(i)][[br]]
    4140 - [#CustomEnumerateProperty CustomEnumerateProperty(i), CustomDeleteProperty(i)][[br]]
    4241 - [#IsWorkerContext IsWorkerContext(i)][[br]]
     
    11341133then the interface Y should also have `[ActiveDOMObject]`.
    11351134
    1136 == `[V8DependentLifeTime]`(i) FIXME == #V8DependentLifeTime
    1137 
    1138 Summary: ADD SUMMARY
    1139 
    1140 Usage: `[V8DependentLifeTime]` can be specified on interfaces:
    1141 {{{
    1142     interface [
    1143         V8DependentLifeTime
    1144     ] XXX {
    1145     };
    1146 }}}
    1147 
    1148 ADD EXPLANATIONS
    1149 
    11501135== `[CustomEnumerateProperty]`(i), `[CustomDeleteProperty]`(i) == #CustomEnumerateProperty
    11511136