Fixing phoenix bustage caused by my fix for bug 226522.

This commit is contained in:
jst%mozilla.jstenback.com 2004-01-10 01:52:36 +00:00
Родитель 546a730aa4
Коммит 23b4f06ec6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3100,7 +3100,7 @@ nsChromeRegistry::GetAgentSheets(nsIDocShell* aDocShell, nsISupportsArray **aRes
nsCOMPtr<nsIDocument> doc = content->GetDocument();
nsCOMPtr<nsIURI> url;
rv = NS_NewURI(getter_AddRefs(url), nsDependentCString(token),
nsnull, doc->GetDocumentURL());
nsnull, doc->GetDocumentURI());
nsCOMPtr<nsICSSStyleSheet> sheet;
// The CSSLoader handles all the prototype cache stuff for