Make nsIDOMSVGCSS2Properties use the specialized shorter quickstubs. (Bug 584301) r=bzbarsky

This commit is contained in:
L. David Baron 2010-08-05 21:59:18 -07:00
Родитель 4a3f8eb9ff
Коммит a5b0b4ec4a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -676,6 +676,7 @@ customMethodCalls = {
'nsIDOMCanvasRenderingContext2D_FillStyle': { 'skipgen': True },
'nsIDOMCanvasRenderingContext2D_FillStyle': { 'skipgen': True },
'nsIDOMCSS2Properties_': CSS2Properties_,
'nsIDOMSVGCSS2Properties_': CSS2Properties_,
'nsIDOMNSCSS2Properties_': CSS2Properties_,
'nsIDOMNSElement_': {
'thisType': 'nsGenericElement'