You are correct! I have updated the FAQ.

Alec

Deepesh Garg wrote:
> Hi,
> I was going through the mozilla embedding FAQ. In the code snippet
> given for getting the "DOM document from the web browser object" I
> think the following is typo..
> In the document it read..
> 
> window->GetDocument(getter_Copies(doc));
> 
> I thins it should be..
> 
> window->GetDocument(getter_AddRefs(doc));
> 
> Please comment.
> 
> -Deepesh


Reply via email to