mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove incorrect SetterThrows annotation.
This was copied from Gecko, which has an outdated throwing condition.
This commit is contained in:
parent
aa5fecec5b
commit
2992dbd41b
2 changed files with 3 additions and 5 deletions
|
@ -14,7 +14,7 @@ interface TreeWalker {
|
|||
readonly attribute unsigned long whatToShow;
|
||||
[Constant]
|
||||
readonly attribute NodeFilter? filter;
|
||||
[Pure, SetterThrows]
|
||||
[Pure]
|
||||
attribute Node currentNode;
|
||||
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue