Re: [WebIDL] overloading string/null/object

2008-05-22 Thread Cameron McCormack
Anne van Kesteren: > If I have > > x(in DOMString y); > x(in Document y); > > do I need to put [Null=Null, Undefined=Null] in front of "in DOMString" > or will this work correctly automatically? I still need to fix up the text for [[Put]] on host objects to make that exactly clear, but I ima

[WebIDL] overloading string/null/object

2008-05-22 Thread Anne van Kesteren
If I have x(in DOMString y); x(in Document y); do I need to put [Null=Null, Undefined=Null] in front of "in DOMString" or will this work correctly automatically? -- Anne van Kesteren