Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 6f405f3e420c93922c8dc46fab32ded74b769d9f..141be7bad8f6b83c851c80f87e0272df04fcd353 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -52,7 +52,7 @@ interface Element : Node { |
// DOM4 |
[Reflect] attribute DOMString id; |
readonly attribute DOMString? namespaceURI; |
- [RaisesException=Setter] attribute DOMString? prefix; |
+ readonly attribute DOMString? prefix; |
readonly attribute DOMString? localName; |
[RaisesException] boolean matches(DOMString selectors); |