Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/dom/Node.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/dom/Node.idl
diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl
index b86e1120a4be62bc560611b4c95b830a34ccf152..54234897b23027d64d8dd2e442efb8283c2130f7 100644
--- a/third_party/WebKit/Source/core/dom/Node.idl
+++ b/third_party/WebKit/Source/core/dom/Node.idl
@@ -22,7 +22,6 @@
[
DependentLifetime,
- TypeChecking=Interface,
] interface Node : EventTarget {
const unsigned short ELEMENT_NODE = 1;
// FIXME: Attr should not inherit from Node. crbug.com/305105
« no previous file with comments | « third_party/WebKit/Source/core/dom/NamedNodeMap.idl ('k') | third_party/WebKit/Source/core/dom/NodeFilter.idl » ('j') | no next file with comments »

Powered by Google App Engine