Index: core/dom/Attr.idl |
diff --git a/core/dom/Attr.idl b/core/dom/Attr.idl |
index de9d951d8c745d2ac67a4b3c4a90686e7d5143e8..97c7c467a1c60617de8622ef6cda7b3d49ad1b1c 100644 |
--- a/core/dom/Attr.idl |
+++ b/core/dom/Attr.idl |
@@ -26,7 +26,7 @@ interface Attr : Node { |
readonly attribute boolean specified; |
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException] attribute DOMString value; |
+ [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value; |
// DOM Level 2 |