Add a get() to fix build bustage

This commit is contained in:
akkana%netscape.com 1999-12-11 00:37:11 +00:00
Родитель ef64028dc2
Коммит 1916168c22
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1095,7 +1095,7 @@ NS_IMETHODIMP nsXULKeyListenerImpl::GetKeyBindingDocument(nsCAutoString& aURLStr
nsCOMPtr<nsISupports> supports;
supports = NS_STATIC_CAST(nsISupports*, mKeyBindingTable->Get(&key));
if (supports != mMissObject) {
if (supports.get() != mMissObject) {
document = do_QueryInterface(supports);
if (!document) {
LoadKeyBindingDocument(uri, getter_AddRefs(document));