| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index ba1e20550cc9795690918005873143acfb3f485a..0a93e993208fb6d4f1a2d7323cba17c5a5cbfa44 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -118,7 +118,7 @@ callback CustomElementConstructor = Element ();
|
|
|
| [TreatNullAs=NullString, GetterRaisesException, SetterRaisesException] attribute DOMString cookie;
|
|
|
| - [SetterRaisesException, CustomElementCallbacks] attribute HTMLElement body;
|
| + [SetterRaisesException, CustomElementCallbacks, ExposeV8GetterAndSetter] attribute HTMLElement body;
|
|
|
| readonly attribute HTMLHeadElement head;
|
| readonly attribute HTMLCollection images;
|
|
|