| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index ab66f6716855f2344bef1c02547fda96c07e26c6..9efcd84b9a382f29a48fae4cf0994798d21b0d1a 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -123,9 +123,7 @@ interface Document : Node {
|
| boolean queryCommandSupported(DOMString commandId);
|
| DOMString queryCommandValue(DOMString commandId);
|
|
|
| - // special event handler IDL attributes that only apply to Document objects
|
| - // FIXME: onreadystatechange should use [LenientThis].
|
| - attribute EventHandler onreadystatechange;
|
| + [LenientThis] attribute EventHandler onreadystatechange;
|
|
|
| // HTML obsolete features
|
| // https://html.spec.whatwg.org/#Document-partial
|
|
|