Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index 5c22a7986f1d548b34025d1e5656b780dc6d85b0..9117d01c8c1586613965c9e024fd24272f2760c0 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/core/dom/Attr.idl |
@@ -17,10 +17,11 @@ |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
* Boston, MA 02110-1301, USA. |
*/ |
- |
+[DoNotCheckConstants] |
interface Attr : Node { |
// DOM Level 1 |
+ const unsigned short nodeType = 2; |
readonly attribute DOMString? name; |