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

This commit is contained in:
Peter Van der Beken 2010-05-31 21:40:16 +02:00
Родитель 24a0c90e0f
Коммит 73a7cf68b9
1 изменённых файлов: 1 добавлений и 7 удалений

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

@ -672,13 +672,7 @@ customMethodCalls = {
'nsIDOMCanvasRenderingContext2D_FillStyle': { 'skipgen': True }, 'nsIDOMCanvasRenderingContext2D_FillStyle': { 'skipgen': True },
'nsIDOMCSS2Properties_': CSS2Properties_, 'nsIDOMCSS2Properties_': CSS2Properties_,
'nsIDOMNSCSS2Properties_': CSS2Properties_, 'nsIDOMNSCSS2Properties_': CSS2Properties_,
'nsIDOMNSElement_GetClientRects': { 'nsIDOMNSElement_': {
'thisType': 'nsGenericElement'
},
'nsIDOMNSElement_GetBoundingClientRect': {
'thisType': 'nsGenericElement'
},
'nsIDOMNSElement_GetElementsByClassName': {
'thisType': 'nsGenericElement' 'thisType': 'nsGenericElement'
}, },
'nsIDOMNSElement_GetScrollWidth': { 'nsIDOMNSElement_GetScrollWidth': {