Changes between Version 148 and Version 149 of WebKitIDL
- Timestamp:
- Feb 29, 2016, 11:32:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v148 v149 234 234 They can be specified on DOMString attributes or DOMString parameters only: 235 235 {{{ 236 [TreatNullAs= 237 void func([TreatNullAs= 236 [TreatNullAs=EmptyString] attribute DOMString str; 237 void func([TreatNullAs=EmptyString] DOMString str); 238 238 }}} 239 239