Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index a2fab303c4f729f7f69e68fa415402344a7a67c8..e497d13449f38ba2510f778ba29ad58baf4f1394 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/core/dom/Attr.idl |
@@ -26,7 +26,7 @@ interface Attr : Node { |
[MeasureAs=AttributeSpecified] readonly attribute boolean specified; |
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, RaisesException=Setter, CustomElementCallbacks] attribute DOMString value; |
+ [ImplementedAs=valueForBindings, TreatReturnedNullStringAs=Null, TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString value; |
// DOM 4 |