Changes between Version 105 and Version 106 of WebKitIDL
- Timestamp:
- May 8, 2013, 1:40:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v105 v106 38 38 - [#DoNotCheckConstants DoNotCheckConstants(i)][[br]] 39 39 - [#ActiveDOMObject ActiveDOMObject(i)][[br]] 40 - [#V8DependentLifeTime V8DependentLifeTime(i)][[br]]41 40 - [#CustomEnumerateProperty CustomEnumerateProperty(i), CustomDeleteProperty(i)][[br]] 42 41 - [#IsWorkerContext IsWorkerContext(i)][[br]] … … 1134 1133 then the interface Y should also have `[ActiveDOMObject]`. 1135 1134 1136 == `[V8DependentLifeTime]`(i) FIXME == #V8DependentLifeTime1137 1138 Summary: ADD SUMMARY1139 1140 Usage: `[V8DependentLifeTime]` can be specified on interfaces:1141 {{{1142 interface [1143 V8DependentLifeTime1144 ] XXX {1145 };1146 }}}1147 1148 ADD EXPLANATIONS1149 1150 1135 == `[CustomEnumerateProperty]`(i), `[CustomDeleteProperty]`(i) == #CustomEnumerateProperty 1151 1136