зеркало из https://github.com/mozilla/pjs.git
Followup patch for bug 311827. nsIContent::GetAttr now returns a bool.
r/sr=bz
This commit is contained in:
Родитель
402c5fce34
Коммит
ff9f28473b
|
@ -226,7 +226,7 @@ nsXULContentUtils::GetElementRefResource(nsIContent* aElement, nsIRDFResource**
|
|||
PRUnichar buf[128];
|
||||
nsFixedString uri(buf, NS_ARRAY_LENGTH(buf), 0);
|
||||
|
||||
rv = aElement->GetAttr(kNameSpaceID_None, nsXULAtoms::ref, uri);
|
||||
aElement->GetAttr(kNameSpaceID_None, nsXULAtoms::ref, uri);
|
||||
if (!uri.IsEmpty()) {
|
||||
// We'll use rdf_MakeAbsolute() to translate this to a URL.
|
||||
nsCOMPtr<nsIDocument> doc = aElement->GetDocument();
|
||||
|
|
Загрузка…
Ссылка в новой задаче