| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index a27bc8a8b529bb5d5825558646f1f5656b279ed1..87529dd6e645273bd8029e5dbcc3c2eda8d1f9dc 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -95,7 +95,7 @@ interface Document : Node {
|
| // FIXME: title and dir should not have [TreatNullAs=NullString].
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString title;
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir;
|
| - [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, TypeChecking=Interface, ExposeJSAccessors] attribute HTMLElement? body;
|
| + [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, TypeChecking=Interface] attribute HTMLElement? body;
|
| readonly attribute HTMLHeadElement? head;
|
| [SameObject] readonly attribute HTMLCollection images;
|
| [SameObject] readonly attribute HTMLCollection embeds;
|
|
|