Changes between Version 66 and Version 67 of WebKitIDL
- Timestamp:
- Mar 21, 2012, 6:08:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v66 v67 16 16 - [#StrictTypeChecking StrictTypeChecking(m,a)][[br]] 17 17 - [#ReturnNewObject ReturnNewObject(m,a)][[br]] 18 - [#ImplementedAs ImplementedAs(m )][[br]]18 - [#ImplementedAs ImplementedAs(m,a)][[br]] 19 19 - [#Reflect Reflect(a)][[br]] 20 20 - [#Replaceable Replaceable(a)][[br]] … … 530 530 you can specify [ReturnNewObject]. 531 531 532 == [ImplementedAs](m ) == #ImplementedAs532 == [ImplementedAs](m,a) == #ImplementedAs 533 533 534 534 Summary: [ImplementedAs] specifies a method name in WebCore, if the method name in an IDL file and the method name in WebCore are different. … … 538 538 {{{ 539 539 [ImplementedAs=deleteFunction] void delete(); 540 attribute [ImplementedAs=classAttribute] int class; 540 541 }}} 541 542