Back out ba983923066f (bug 560462 part 3c) to see if it fixes test_aria_imgmap.html orange.

This commit is contained in:
Peter Van der Beken 2010-06-01 20:27:09 +02:00
parent 8436fd286c
commit febc60cc0f

View File

@ -629,10 +629,6 @@ customMethodCalls = {
' if(NS_FAILED(rv))\n'
' result = nsnull;'
},
'nsIDOMNode_GetNodeType': {
'thisType': 'nsINode',
'canFail': False
},
'nsIDOMNodeList_Item': {
'thisType': 'nsINodeList',
'code': ' nsINode *result = self->GetNodeAt(arg0);',