<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - __defineGetter__/__defineSetter__ should throw exceptions"
href="https://bugs.webkit.org/show_bug.cgi?id=142934#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - __defineGetter__/__defineSetter__ should throw exceptions"
href="https://bugs.webkit.org/show_bug.cgi?id=142934">bug 142934</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>