Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 2c4606f334f6f31f26ba4cb18163aea5f95b829a..f67d87a24986a01701d11a8d0882461a03e69520 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -20,9 +20,7 @@ |
// https://dom.spec.whatwg.org/#interface-element |
-[ |
- TypeChecking=Unrestricted, |
-] interface Element : Node { |
+interface Element : Node { |
readonly attribute DOMString? namespaceURI; |
readonly attribute DOMString? prefix; |
// FIXME: localName/tagName should not be nullable. |