Index: core/dom/TreeWalker.idl |
diff --git a/core/dom/TreeWalker.idl b/core/dom/TreeWalker.idl |
index ac04ba02e94d64faba88e389f20f2754af08d518..6a92eb0a168f24c762acc931a940a4e3e3d156cf 100644 |
--- a/core/dom/TreeWalker.idl |
+++ b/core/dom/TreeWalker.idl |
@@ -26,7 +26,7 @@ |
readonly attribute unsigned long whatToShow; |
readonly attribute NodeFilter filter; |
readonly attribute boolean expandEntityReferences; |
- [SetterRaisesException] attribute Node currentNode; |
+ [RaisesException=Setter] attribute Node currentNode; |
[CallWith=ScriptState] Node parentNode(); |
[CallWith=ScriptState] Node firstChild(); |