mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Bustage fix.
This commit is contained in:
parent
62bf49d8fa
commit
3692c2402a
@ -790,7 +790,7 @@ customMethodCalls = {
|
||||
},
|
||||
'nsIDOMDocument_GetElementById': {
|
||||
'thisType': 'nsDocument',
|
||||
'code': ' mozilla::dom::Element *result = self->GetElementById(arg0, &rv);'
|
||||
'code': ' mozilla::dom::Element *result = self->GetElementById(arg0);'
|
||||
},
|
||||
'nsIDOMDocument_GetElementsByTagName': {
|
||||
'thisType': 'nsDocument',
|
||||
|
Loading…
Reference in New Issue
Block a user