| Index: trunk/Source/core/dom/Document.idl | 
| =================================================================== | 
| --- trunk/Source/core/dom/Document.idl	(revision 168451) | 
| +++ trunk/Source/core/dom/Document.idl	(working copy) | 
| @@ -108,7 +108,7 @@ | 
|  | 
| [TreatNullAs=NullString, RaisesException] attribute DOMString cookie; | 
|  | 
| -             [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, ExposeJSAccessors] attribute HTMLElement body; | 
| +             [RaisesException=Setter, CustomElementCallbacks, PerWorldBindings] attribute HTMLElement body; | 
|  | 
| readonly attribute HTMLHeadElement head; | 
| readonly attribute HTMLCollection images; | 
|  |