Skip to content

Commit

Permalink
[giow] (2) Make document.prototype.onreadystatechange not throw, for …
Browse files Browse the repository at this point in the history
…compat reasons.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037

git-svn-id: http://svn.whatwg.org/webapps@6786 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 30, 2011
1 parent e5f476f commit 8f58ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -9350,7 +9350,7 @@ <h3 id=documents><span class=secno>3.1 </span>Documents</h3>
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;

// special <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that only apply to Document objects
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
[TreatNonCallableAsNull,LenientThis] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
};</pre>


Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -9350,7 +9350,7 @@ partial interface <a href=#document>Document</a> {
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;

// special <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that only apply to Document objects
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
[TreatNonCallableAsNull,LenientThis] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
};</pre>


Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -9381,7 +9381,7 @@ partial interface <span>Document</span> {
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;

// special <span>event handler IDL attributes</span> that only apply to Document objects
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onreadystatechange">onreadystatechange</span>;
[TreatNonCallableAsNull,LenientThis] attribute <span>Function</span>? <span title="handler-onreadystatechange">onreadystatechange</span>;
};</pre>


Expand Down

0 comments on commit 8f58ef7

Please sign in to comment.