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 9d58923f1e965760f7fea9efac937070790d1a2b..2dab0ce21911f91c03e165710ae332f7f0b86d35 100644 |
--- a/third_party/WebKit/Source/core/dom/Node.idl |
+++ b/third_party/WebKit/Source/core/dom/Node.idl |
@@ -22,7 +22,6 @@ |
[ |
DependentLifetime, |
- TraceWrappers=(ownerDocument,parentNode,parentElement,nextSibling,previousSibling,firstChild) |
] interface Node : EventTarget { |
const unsigned short ELEMENT_NODE = 1; |
// FIXME: Attr should not inherit from Node. crbug.com/305105 |