Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3b - use fast unwrapping for nsIDOMNodeList_GetLength. r=jst.

This commit is contained in:
Peter Van der Beken 2010-05-31 18:39:36 +02:00
parent 3061c863cb
commit 093288d17e

View File

@ -140,8 +140,7 @@ members = [
'nsIDOMNode.removeChild',
'nsIDOMNode.hasAttributes',
'nsIDOMNode.attributes',
'nsIDOMNodeList.item',
'nsIDOMNodeList.length',
'nsIDOMNodeList.*',
'nsIDOMNodeSelector.querySelector',
'nsIDOMNodeSelector.querySelectorAll',
'nsIDOMText.splitText',
@ -636,6 +635,9 @@ customMethodCalls = {
'nsIDOMHTMLDocument_': {
'thisType': 'nsHTMLDocument'
},
'nsIDOMNodeList_GetLength': {
'thisType': 'nsINodeList'
},
'nsIDOMHTMLDocument_Write': {
'thisType': 'nsHTMLDocument',
'code': nsIDOMHTMLDocument_Write_customMethodCallCode % 'Write'