Followup comment change for bug 306630.

git-svn-id: svn://10.0.0.236/trunk@179448 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2005-09-01 00:24:09 +00:00
parent cd5ca41c9c
commit 0a343e0b6a

View File

@@ -150,7 +150,7 @@ nsresult nsJSThunk::EvaluateScript(nsIChannel *aChannel)
nsCOMPtr<nsPIDOMWindow> win(do_QueryInterface(global));
// Get the document out of the window to make sure we create a new
// inner window if one doesn't already exist.
// inner window if one doesn't already exist (see bug 306630).
nsCOMPtr<nsIDOMDocument> doc;
win->GetDocument(getter_AddRefs(doc));