зеркало из https://github.com/mozilla/pjs.git
Fixing bustage. b=209087
This commit is contained in:
Родитель
fb86f234b3
Коммит
2c47fe8e97
|
@ -136,7 +136,7 @@ BookmarksExport::WriteChildren(nsIDOMElement* inElement, PRInt32 inDepth)
|
|||
for (PRInt32 i = 0; i < numChildren; i ++)
|
||||
{
|
||||
nsCOMPtr<nsIContent> curChild;
|
||||
curContent->ChildAt(i, *getter_AddRefs(curChild));
|
||||
curContent->ChildAt(i, getter_AddRefs(curChild));
|
||||
|
||||
nsCOMPtr<nsIDOMElement> curElt = do_QueryInterface(curChild);
|
||||
if (!WriteItem(curElt, inDepth))
|
||||
|
|
Загрузка…
Ссылка в новой задаче