Index: Source/core/html/HTMLLinkElement.idl |
diff --git a/Source/core/html/HTMLLinkElement.idl b/Source/core/html/HTMLLinkElement.idl |
index fe4700a4e775f5ea787709a1a268da2639de93ff..6a97aefb32d935ebe0125d519c0adebb36703ce5 100644 |
--- a/Source/core/html/HTMLLinkElement.idl |
+++ b/Source/core/html/HTMLLinkElement.idl |
@@ -27,7 +27,7 @@ interface HTMLLinkElement : HTMLElement { |
[Reflect, TreatNullAs=NullString] attribute DOMString media; |
[Reflect, TreatNullAs=NullString] attribute DOMString rel; |
[Reflect, TreatNullAs=NullString] attribute DOMString rev; |
- [CustomSetter] attribute DOMSettableTokenList sizes; |
+ [PutForwards=value] readonly attribute DOMSettableTokenList sizes; |
[Reflect, TreatNullAs=NullString] attribute DOMString target; |
[Reflect, TreatNullAs=NullString] attribute DOMString type; |