Bug 319822 JavaScript Debugger assumes document.firstChild is the root element

p=me r=rginda
This commit is contained in:
bugzilla%arlen.demon.co.uk 2006-01-06 00:49:36 +00:00
Родитель de616f381f
Коммит b84d79635f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -232,7 +232,7 @@ function cmgr_instkeys (document, commands)
{
parentElem = document.createElement("keyset");
parentElem.setAttribute ("id", "dynamic-keys");
document.firstChild.appendChild (parentElem);
document.documentElement.appendChild (parentElem);
}
if (!commands)