This commit is contained in:
kipp%netscape.com 1998-07-21 16:44:22 +00:00
Родитель 039b290a30
Коммит b12c3950ad
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -298,7 +298,6 @@ DocumentViewerImpl::Init(nsNativeWidget aNativeParent,
mPresContext->SetLinkHandler(linkHandler);
NS_IF_RELEASE(linkHandler);
#if 0
// Set script-context-owner in the document
nsIScriptContextOwner* owner = nsnull;
mContainer->QueryCapability(kIScriptContextOwnerIID, (void**)&owner);
@ -323,7 +322,6 @@ DocumentViewerImpl::Init(nsNativeWidget aNativeParent,
}
NS_RELEASE(owner);
}
#endif
}
// Create the ViewManager and Root View...