Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: Source/core/dom/Element.idl

Issue 973503002: Remove [TypeChecking=Unrestricted] use in Source/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698