Index: Source/core/html/HTMLImageElement.idl |
diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl |
index 3c26e64a52b5fa3474f2b53381c7d032f2cec946..bd0808a333012f1712ea1fb21ed2f73e95888802 100644 |
--- a/Source/core/html/HTMLImageElement.idl |
+++ b/Source/core/html/HTMLImageElement.idl |
@@ -26,7 +26,7 @@ |
] interface HTMLImageElement : HTMLElement { |
[Reflect] attribute DOMString align; |
[Reflect] attribute DOMString alt; |
- [Reflect, TreatNullAs=NullString] attribute DOMString border; |
+ [Reflect, TreatNullAs=EmptyString] attribute DOMString border; |
readonly attribute boolean complete; |
[Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin; |
attribute long height; |