Index: Source/core/dom/TreeWalker.idl |
diff --git a/Source/core/dom/TreeWalker.idl b/Source/core/dom/TreeWalker.idl |
index 2188bef2101419f81dd3366c10727a0226e7e0dc..3a844b7e14731444381808e599ebd00370d15170 100644 |
--- a/Source/core/dom/TreeWalker.idl |
+++ b/Source/core/dom/TreeWalker.idl |
@@ -19,9 +19,7 @@ |
*/ |
// Introduced in DOM Level 2: |
-[ |
- NoInterfaceObject |
-] interface TreeWalker { |
+interface TreeWalker { |
readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |
readonly attribute NodeFilter filter; |