This commit is contained in:
jst%mozilla.org 2007-11-12 06:52:07 +00:00
Родитель c5f69f8cec
Коммит 9acb6aa871
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9874,7 +9874,7 @@ nsDOMConstructorSH::Construct(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
#ifdef DEBUG
{
nsCOMPtr<nsIDOMConstructor> is_constructor =
nsCOMPtr<nsIDOMDOMConstructor> is_constructor =
do_QueryWrappedNative(wrapper);
NS_ASSERTION(is_constructor, "How did we not get a constructor?");
}