Index: core/html/HTMLAreaElement.idl |
diff --git a/core/html/HTMLAreaElement.idl b/core/html/HTMLAreaElement.idl |
index 1175ec1b40d620946001a97afd32509ae9c97742..1ad7233a1f9707b8155e1b4250acd051f073153a 100644 |
--- a/core/html/HTMLAreaElement.idl |
+++ b/core/html/HTMLAreaElement.idl |
@@ -19,13 +19,13 @@ |
*/ |
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 |
+// force rebuild: crbug.com/307023 |
HTMLAreaElement implements URLUtils; |