Changes between Version 2 and Version 3 of IdlAttributes


Ignore:
Timestamp:
May 29, 2012 6:51:54 PM (12 years ago)
Author:
thakis@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdlAttributes

    v2 v3  
    3131  NoStaticTables::
    3232 Sharing a single static prototype table only works when a class is guaranteed to be accessed from a single heap, because the lookup code expects the key (attribute name) to have the same address across all instances of the object. For interfaces that are exposed to Workers, a single static table won't work because a given string used to look up a property on the object will lie at a different address in each heap.
     33
     34See [http://trac.webkit.org/wiki/WebKitIDL WebKitIDL] for detailed documentation.