зеркало из https://github.com/mozilla/pjs.git
Fixing phoenix bustage caused by my fix for bug 226522.
This commit is contained in:
Родитель
546a730aa4
Коммит
23b4f06ec6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче