Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1054)

Unified Diff: Source/core/html/HTMLLinkElement.idl

Issue 27509002: Get rid of custom code for HTMLLinkElement.sizes attribute setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLLinkElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/html/HTMLLinkElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698