Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index 9b6fcd98ca55b96b78bfb469a435d274fa04b49b..c59fa288ed0760084e9714f8344e9955d7bdbada 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -19,9 +19,11 @@ |
[ |
Constructor(optional DOMString data = ""), |
ConstructorCallWith=Document, |
+ DoNotCheckConstants, |
] interface Text : CharacterData { |
// DOM Level 1 |
+ const unsigned short nodeType = 3; |
[RaisesException] Text splitText(unsigned long offset); |
// Introduced in DOM Level 3: |