Remove bogobotch that is breaking cloneNode(). r=brendan

This commit is contained in:
waterson%netscape.com 2000-01-19 05:51:30 +00:00
Родитель adc2629d90
Коммит fef380fbe7
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -1590,10 +1590,6 @@ nsXULElement::GetScriptObject(nsIScriptContext* aContext, void** aScriptObject)
nsresult rv = NS_OK;
if (! mScriptObject) {
NS_ASSERTION(mDocument != nsnull, "element has no document");
if (! mDocument)
return NS_ERROR_NOT_INITIALIZED;
// The actual script object that we create will depend on our
// tag...
nsresult (*fn)(nsIScriptContext* aContext, nsISupports* aSupports, nsISupports* aParent, void** aReturn);

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

@ -1590,10 +1590,6 @@ nsXULElement::GetScriptObject(nsIScriptContext* aContext, void** aScriptObject)
nsresult rv = NS_OK;
if (! mScriptObject) {
NS_ASSERTION(mDocument != nsnull, "element has no document");
if (! mDocument)
return NS_ERROR_NOT_INITIALIZED;
// The actual script object that we create will depend on our
// tag...
nsresult (*fn)(nsIScriptContext* aContext, nsISupports* aSupports, nsISupports* aParent, void** aReturn);