Changes between Version 63 and Version 64 of WebKitIDL
- Timestamp:
- Feb 24, 2012, 3:16:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v63 v64 1274 1274 Without [InterfaceName=...], the interface name exposed to JavaScript becomes the same as the interface name in an IDL file. 1275 1275 If you want change it based on the spec, you can use [InterfaceName=...]. 1276 In the above example, 'window.Window' will existin JavaScript.1276 In the above example, `window.toString()` will return `"[object Window]"` in JavaScript. 1277 1277 1278 1278 == [EventTarget](i) FIXME == #EventTarget