Chromium Code Reviews| Index: Source/core/dom/Element.idl |
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
| index 325f36ecfc2243215a6f9463bfd520b91fda8d66..71caefe1c6d78aaf349b8d9022fa3c540da815e3 100644 |
| --- a/Source/core/dom/Element.idl |
| +++ b/Source/core/dom/Element.idl |
| @@ -20,9 +20,11 @@ |
| [ |
| SpecialWrapFor=(HTMLElement,SVGElement), |
| + DoNotCheckConstants, |
| ] interface Element : Node { |
| // DOM Level 1 Core |
| + const unsigned short nodeType = 1; |
| readonly attribute DOMString? tagName; |