Changes between Version 66 and Version 67 of WebKitIDL


Ignore:
Timestamp:
Mar 21, 2012 6:08:09 PM (12 years ago)
Author:
haraken@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v66 v67  
    1616 - [#StrictTypeChecking StrictTypeChecking(m,a)][[br]]
    1717 - [#ReturnNewObject ReturnNewObject(m,a)][[br]]
    18  - [#ImplementedAs ImplementedAs(m)][[br]]
     18 - [#ImplementedAs ImplementedAs(m,a)][[br]]
    1919 - [#Reflect Reflect(a)][[br]]
    2020 - [#Replaceable Replaceable(a)][[br]]
     
    530530you can specify [ReturnNewObject].
    531531
    532 == [ImplementedAs](m) == #ImplementedAs
     532== [ImplementedAs](m,a) == #ImplementedAs
    533533
    534534Summary: [ImplementedAs] specifies a method name in WebCore, if the method name in an IDL file and the method name in WebCore are different.
     
    538538{{{
    539539    [ImplementedAs=deleteFunction] void delete();
     540    attribute [ImplementedAs=classAttribute] int class;
    540541}}}
    541542