Bug 584287. Speed up unwrapping for nsIDOMHTMLElement quickstubs. r=peterv

This commit is contained in:
Boris Zbarsky 2010-08-05 17:59:35 -04:00
parent d05da4930e
commit 04e7ae7395

View File

@ -240,9 +240,7 @@ members = [
'nsIDOMHTMLDocument.images',
'nsIDOMHTMLDocument.write',
'nsIDOMHTMLDocument.writeln',
'nsIDOMHTMLElement.className',
'nsIDOMHTMLElement.id',
'nsIDOMHTMLElement.title',
'nsIDOMHTMLElement.*',
'nsIDOMHTMLFormElement.elements',
'nsIDOMHTMLFormElement.name',
'nsIDOMHTMLFormElement.submit',
@ -845,6 +843,9 @@ customMethodCalls = {
'nsIDOMNSHTMLElement_': {
'thisType': 'nsGenericHTMLElement'
},
'nsIDOMHTMLElement_': {
'thisType': 'nsGenericHTMLElement'
},
'nsIDOMDocument_': {
'thisType': 'nsDocument'
},