bug 257868 follow-up: fix a typo in the previous patch (left-over from an older patch with a different method signature)

This commit is contained in:
asqueella%gmail.com 2007-02-18 19:46:12 +00:00
Родитель 5e510a3989
Коммит 24eee9fe2e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -128,7 +128,7 @@ nsDocElementBoxFrame::CreateAnonymousContent(nsTArray<nsIContent*>& aElements)
// create the top-secret default tooltip node. shhhhh!
rv = nodeInfoManager->GetNodeInfo(nsGkAtoms::tooltip, nsnull,
kNameSpaceID_XUL, getter_AddRefs(nodeInfo));
NS_ENSURE_SUCCESS(rv, nsnull);
NS_ENSURE_SUCCESS(rv, rv);
rv = NS_NewXULElement(getter_AddRefs(mTooltipContent), nodeInfo);
NS_ENSURE_SUCCESS(rv, rv);