Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index bfdb483a50db4386af315c9d5d816e8e832fb5d1..132fedb01bd6fa33a5261110a13f5a268675152e 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -108,7 +108,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; |