| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index b9c7fc2e162879fc8fbb11692bcb8de94c437574..1679899ea0fbfc9c9897aa4c851851ed9e465fd3 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -114,7 +114,7 @@ callback CustomElementConstructor = Element ();
|
|
|
| [TreatNullAs=NullString, RaisesException] attribute DOMString cookie;
|
|
|
| - [RaisesException=Setter, CustomElementCallbacks] attribute HTMLElement body;
|
| + [RaisesException=Setter, CustomElementCallbacks, ExposeJSAccessors] attribute HTMLElement body;
|
|
|
| readonly attribute HTMLHeadElement head;
|
| readonly attribute HTMLCollection images;
|
|
|