Bug 592469 - Web Console cleanup: part 3 - HUDService - remove getConsoleOutputNode(); r=dcamp,gavin.sharp

This commit is contained in:
Mihai Sucan 2011-07-01 19:36:51 +03:00
Родитель 5b292eb413
Коммит b906f22f1a
1 изменённых файлов: 0 добавлений и 11 удалений

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

@ -2076,17 +2076,6 @@ HUD_SERVICE.prototype =
ConsoleUtils.outputMessageNode(node, aHUDId);
},
/**
* Get OutputNode by Id
*
* @param string aId
* @returns nsIDOMNode (richlistbox)
*/
getConsoleOutputNode: function HS_getConsoleOutputNode(aId)
{
return this.getHudReferenceById(aId).outputNode;
},
/**
* Inform user that the Web Console API has been replaced by a script
* in a content page.