Changes between Version 112 and Version 113 of WebKitIDL


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

Rename JSCustomIsReachable to CustomIsReachable and JSGenerateIsReachable to GenerateIsReachable

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v112 v113  
    4242 - [#TypedArray TypedArray(i), [ConstructorTemplate=TypedArray](i)][[br]]
    4343 - [#CustomCall CustomCall(i)][[br]]
    44  - [#JSCustomToNativeObject JSCustomToNativeObject(i), JSCustomFinalize(i), JSCustomIsReachable(i), JSCustomMarkFunction(i), JSCustomNamedGetterOnPrototype(i), JSCustomPushEventHandlerScope(i), JSCustomDefineOwnProperty(i), JSCustomDefineOwnPropertyOnPrototype(i), JSCustomGetOwnPropertySlotAndDescriptor(i)][[br]]
     44 - [#JSCustomToNativeObject JSCustomToNativeObject(i), JSCustomFinalize(i), CustomIsReachable(i), JSCustomMarkFunction(i), JSCustomNamedGetterOnPrototype(i), JSCustomPushEventHandlerScope(i), JSCustomDefineOwnProperty(i), JSCustomDefineOwnPropertyOnPrototype(i), JSCustomGetOwnPropertySlotAndDescriptor(i)][[br]]
    4545 - [#JSGenerateToJSObject JSGenerateToJSObject(i), JSGenerateToNativeObject(i)][[br]]
    4646 - [#GenerateIsReachable GenerateIsReachable(i)]
     
    13251325Summary: This generates code that determines if a wrapper is reachable.
    13261326
    1327 Usage: The `JSGenerateIsReachable` can be specified on the interface. This attribute is ignored if `CustomIsReachable` is present.
    1328 
    1329 {{{
    1330     interface [
    1331         JSGenerateIsReachable=ImplBaseRoot
     1327Usage: The `GenerateIsReachable` can be specified on the interface. This attribute is ignored if `CustomIsReachable` is present.
     1328
     1329{{{
     1330    interface [
     1331        GenerateIsReachable=ImplBaseRoot
    13321332    ] XXX {
    13331333    };