| 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
|
|
|