fix build bustage

This commit is contained in:
pavlov%netscape.com 2000-03-30 05:23:20 +00:00
parent bb57e6395c
commit c9dc6c9522

View File

@ -377,7 +377,7 @@ LocationImpl::SetHrefWithBase(const nsString& aHref,
nsXPIDLCString referrerCSpec;
referrer->GetSpec(getter_Copies(referrerCSpec));
nsAutoString referrerSpec = referrerCSpec;
nsAutoString referrerSpec(referrerCSpec);
// Load new URI.
nsCOMPtr<nsIWebShell> webShell(do_QueryInterface(mDocShell));