<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&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>live.com issue no longer happens, it boiled down to:

    HTMLElementPrototype.__defineGetter__(&quot;innerText&quot;, function() { ... });

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

    window.__defineGetter__(&quot;onhashchange&quot;, function() { ... });

Seems these &quot;onfoo&quot; 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>