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