Update the WebIDL parser.

This commit is contained in:
Ms2ger 2015-03-13 16:48:48 +01:00
parent 2382d71242
commit 4157a2b02b
5 changed files with 339 additions and 105 deletions

View file

@ -8,7 +8,7 @@
*/
interface TreeWalker {
[SameObject,Constant]
[SameObject]
readonly attribute Node root;
[Constant]
readonly attribute unsigned long whatToShow;