From 23b4f06ec6eb78ce8c33f277ecbf119b2d5b26a1 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Sat, 10 Jan 2004 01:52:36 +0000 Subject: [PATCH] Fixing phoenix bustage caused by my fix for bug 226522. --- chrome/src/nsChromeRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/src/nsChromeRegistry.cpp b/chrome/src/nsChromeRegistry.cpp index efde7a8a7b7..6625d4985e5 100644 --- a/chrome/src/nsChromeRegistry.cpp +++ b/chrome/src/nsChromeRegistry.cpp @@ -3100,7 +3100,7 @@ nsChromeRegistry::GetAgentSheets(nsIDocShell* aDocShell, nsISupportsArray **aRes nsCOMPtr doc = content->GetDocument(); nsCOMPtr url; rv = NS_NewURI(getter_AddRefs(url), nsDependentCString(token), - nsnull, doc->GetDocumentURL()); + nsnull, doc->GetDocumentURI()); nsCOMPtr sheet; // The CSSLoader handles all the prototype cache stuff for