Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index afee652d1073faa8c22bce4df79ce5e679af43d1..9b6fcd98ca55b96b78bfb469a435d274fa04b49b 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -19,7 +19,6 @@ |
[ |
Constructor(optional DOMString data = ""), |
ConstructorCallWith=Document, |
- Custom=Wrap, |
] interface Text : CharacterData { |
// DOM Level 1 |