[Webkit-unassigned] [Bug 142934] __defineGetter__/__defineSetter__ should throw exceptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 14:20:55 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142934

--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org> ---
live.com issue no longer happens, it boiled down to:

    HTMLElementPrototype.__defineGetter__("innerText", function() { ... });

slack.com issue still exists, it boils down to:

    window.__defineGetter__("onhashchange", function() { ... });

Seems these "onfoo" properties are still not configurable but probably should be. I'll file a new bug and track that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150922/fbad251f/attachment.html>


More information about the webkit-unassigned mailing list