Backout 0f6b3c305e16 and 590f2dd5a293 to fix bustage

This commit is contained in:
Peter Van der Beken 2010-06-04 15:26:26 +02:00
Родитель 7bc1babd6b
Коммит 4c9c87e1eb
1 изменённых файлов: 0 добавлений и 25 удалений

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

@ -785,31 +785,6 @@ customMethodCalls = {
'nsIDOMNSHTMLElement_': {
'thisType': 'nsGenericHTMLElement'
},
'nsIDOMDocument_': {
'thisType': 'nsDocument'
},
'nsIDOMDocument_GetElementById': {
'thisType': 'nsDocument',
'code': ' mozilla::dom::Element *result = self->GetElementById(arg0);'
},
'nsIDOMDocument_GetElementsByTagName': {
'thisType': 'nsDocument',
'code': ' nsRefPtr<nsContentList> result ='
'self->GetElementsByTagName(arg0);',
'canFail': False
},
'nsIDOMDocument_GetElementsByTagNameNS': {
'thisType': 'nsDocument',
'code': ' nsRefPtr<nsContentList> result ='
'self->GetElementsByTagNameNS(arg0, arg1);',
'canFail': False
},
'nsIDOMNSDocument_': {
'thisType': 'nsDocument'
},
'nsIDOM3Document_': {
'thisType': 'nsDocument'
},
# WebGL
'nsICanvasRenderingContextWebGL_BufferData': CUSTOM_QS,
'nsICanvasRenderingContextWebGL_BufferSubData': CUSTOM_QS,