Status: Accepted
Owner: erights
Labels: Type-Defect Priority-Medium Client-AppScript DOMado

New issue 1842 by erights: Safari 5 triggering es5/3 override mistake by using platform accessors in array-likes
http://code.google.com/p/google-caja/issues/detail?id=1842

The domadoInertConstructor.prototype is apparently inheriting from an array-like. On Safari 5, this array-like is implemented using platform getters. However, this assignment to O[P] in the attached screenshot is attempting to initialize domadoInertConstructor.prototype.length, which fails because of http://wiki.ecmascript.org/doku.php?id=strawman:fixing_override_mistake

Attachments:
        Screen shot 2013-08-17 at 11.33.09 AM.png  214 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to