fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
git-svn-id: svn://10.0.0.236/trunk@115936 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -133,7 +133,7 @@ nsBulletFrame::Init(nsIPresContext* aPresContext,
|
||||
GetBaseURI(getter_AddRefs(baseURI));
|
||||
|
||||
nsCOMPtr<nsIURI> imgURI;
|
||||
NS_NewURI(getter_AddRefs(imgURI), myList->mListStyleImage, baseURI);
|
||||
NS_NewURI(getter_AddRefs(imgURI), myList->mListStyleImage, nsnull, baseURI);
|
||||
|
||||
if (!mListener) {
|
||||
nsBulletListener *listener;
|
||||
@@ -1443,7 +1443,7 @@ nsBulletFrame::Reflow(nsIPresContext* aPresContext,
|
||||
|
||||
|
||||
nsCOMPtr<nsIURI> newURI;
|
||||
NS_NewURI(getter_AddRefs(newURI), myList->mListStyleImage, baseURI);
|
||||
NS_NewURI(getter_AddRefs(newURI), myList->mListStyleImage, nsnull, baseURI);
|
||||
|
||||
PRBool needNewRequest = PR_TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user