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
parent 6cda1d359c
commit 9f3b109361

View File

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