Index: Source/core/html/HTMLAreaElement.idl |
diff --git a/Source/core/html/HTMLAreaElement.idl b/Source/core/html/HTMLAreaElement.idl |
index 1175ec1b40d620946001a97afd32509ae9c97742..ff59b8ce12a41c347d9ee38192066402f6c8cac7 100644 |
--- a/Source/core/html/HTMLAreaElement.idl |
+++ b/Source/core/html/HTMLAreaElement.idl |
@@ -19,12 +19,12 @@ |
*/ |
interface HTMLAreaElement : HTMLElement { |
- [Reflect, TreatNullAs=NullString] attribute DOMString alt; |
- [Reflect, TreatNullAs=NullString] attribute DOMString coords; |
+ [Reflect] attribute DOMString alt; |
+ [Reflect] attribute DOMString coords; |
[Reflect] attribute boolean noHref; |
- [Reflect, TreatNullAs=NullString] attribute DOMString ping; |
- [Reflect, TreatNullAs=NullString] attribute DOMString shape; |
- [Reflect, TreatNullAs=NullString] attribute DOMString target; |
+ [Reflect] attribute DOMString ping; |
+ [Reflect] attribute DOMString shape; |
+ [Reflect] attribute DOMString target; |
}; |
// Force rebuild: crbug.com/307023 |