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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user