Remove incorrect SetterThrows annotation.

This was copied from Gecko, which has an outdated throwing condition.
This commit is contained in:
Ms2ger 2015-02-08 16:09:08 +01:00
parent aa5fecec5b
commit 2992dbd41b
2 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,7 @@ interface TreeWalker {
readonly attribute unsigned long whatToShow;
[Constant]
readonly attribute NodeFilter? filter;
[Pure, SetterThrows]
[Pure]
attribute Node currentNode;
[Throws]