Bug 659053 - Followup to make Node.isSameNode fast again; r=bz over IRC

This commit is contained in:
Ms2ger 2011-08-31 11:23:34 +02:00
Родитель 6f6d8cb9ab
Коммит 8b9ab83567
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -811,7 +811,7 @@ customMethodCalls = {
'thisType': 'nsINode',
'canFail': False
},
'nsIDOM3Node_IsSameNode': {
'nsIDOMNode_IsSameNode': {
'thisType': 'nsINode',
'arg0Type': 'nsINode',
'code': ' PRBool result = self == arg0;',