| Index: Source/core/html/HTMLBodyElement.idl
|
| diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl
|
| index dfbd9071cd694961bd49e8013bce29b17ac1d154..6ecf3d758c4df6d3cc6edca0979cb2b1aa79cce3 100644
|
| --- a/Source/core/html/HTMLBodyElement.idl
|
| +++ b/Source/core/html/HTMLBodyElement.idl
|
| @@ -19,12 +19,12 @@
|
| */
|
|
|
| interface HTMLBodyElement : HTMLElement {
|
| - [Reflect] attribute DOMString aLink;
|
| - [Reflect] attribute DOMString background;
|
| - [Reflect] attribute DOMString bgColor;
|
| - [Reflect] attribute DOMString link;
|
| - [Reflect] attribute DOMString text;
|
| - [Reflect] attribute DOMString vLink;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString aLink;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString background;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString bgColor;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString link;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString text;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString vLink;
|
|
|
| // Event handler attributes
|
| [NotEnumerable] attribute EventHandler onbeforeunload;
|
|
|