Followup comment change for bug 306630.

This commit is contained in:
jst%mozilla.jstenback.com 2005-09-01 00:24:09 +00:00
Родитель 735db1b2e3
Коммит b56f380d84
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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));