Changes between Version 63 and Version 64 of WebKitIDL


Ignore:
Timestamp:
Feb 24, 2012 3:16:56 PM (12 years ago)
Author:
arv@chromium.org
Comment:

Fix documentation for InterfaceName

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v63 v64  
    12741274Without [InterfaceName=...], the interface name exposed to JavaScript becomes the same as the interface name in an IDL file.
    12751275If you want change it based on the spec, you can use [InterfaceName=...].
    1276 In the above example, 'window.Window' will exist in JavaScript.
     1276In the above example, `window.toString()` will return `"[object Window]"` in JavaScript.
    12771277
    12781278== [EventTarget](i) FIXME == #EventTarget