Index: third_party/WebKit/Source/core/dom/TreeWalker.idl |
diff --git a/third_party/WebKit/Source/core/dom/TreeWalker.idl b/third_party/WebKit/Source/core/dom/TreeWalker.idl |
index 6cfa8a33f2d08d5b874bb709507423464eca8e8f..31c1db4448bc0ec2a623c75ab47d24053c255e40 100644 |
--- a/third_party/WebKit/Source/core/dom/TreeWalker.idl |
+++ b/third_party/WebKit/Source/core/dom/TreeWalker.idl |
@@ -27,7 +27,7 @@ |
[SameObject] readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |
readonly attribute NodeFilter? filter; |
- [RaisesException=Setter] attribute Node currentNode; |
+ [RaisesException=Setter, LegacyInterfaceTypeChecking] attribute Node currentNode; |
[RaisesException] Node? parentNode(); |
[RaisesException] Node? firstChild(); |