From 4c9c87e1eb79087a1969a9b3f36cc9c0ae58087e Mon Sep 17 00:00:00 2001 From: Peter Van der Beken Date: Fri, 4 Jun 2010 15:26:26 +0200 Subject: [PATCH] Backout 0f6b3c305e16 and 590f2dd5a293 to fix bustage --- js/src/xpconnect/src/dom_quickstubs.qsconf | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/js/src/xpconnect/src/dom_quickstubs.qsconf b/js/src/xpconnect/src/dom_quickstubs.qsconf index 5fc1db611ca..dfd68470f60 100644 --- a/js/src/xpconnect/src/dom_quickstubs.qsconf +++ b/js/src/xpconnect/src/dom_quickstubs.qsconf @@ -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 result =' - 'self->GetElementsByTagName(arg0);', - 'canFail': False - }, - 'nsIDOMDocument_GetElementsByTagNameNS': { - 'thisType': 'nsDocument', - 'code': ' nsRefPtr result =' - 'self->GetElementsByTagNameNS(arg0, arg1);', - 'canFail': False - }, - 'nsIDOMNSDocument_': { - 'thisType': 'nsDocument' - }, - 'nsIDOM3Document_': { - 'thisType': 'nsDocument' - }, # WebGL 'nsICanvasRenderingContextWebGL_BufferData': CUSTOM_QS, 'nsICanvasRenderingContextWebGL_BufferSubData': CUSTOM_QS,