зеркало из https://github.com/mozilla/pjs.git
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3f - use fast unwrapping for nsIDOM3Text_. r=jst.
This commit is contained in:
Родитель
73a7cf68b9
Коммит
fdc5c6dfde
|
@ -713,6 +713,9 @@ customMethodCalls = {
|
|||
'code': ' PRBool result = self->MozMatchesSelector(arg0);',
|
||||
'canFail': False
|
||||
},
|
||||
'nsIDOM3Text_': {
|
||||
'thisType': 'nsGenericTextNode'
|
||||
},
|
||||
'nsIDOM3Text_IsElementContentWhitespace': {
|
||||
'thisType': 'nsGenericTextNode',
|
||||
'code': ' PRBool result = self->IsElementContentWhitespace();',
|
||||
|
@ -723,9 +726,6 @@ customMethodCalls = {
|
|||
'code': ' nsIContent* result = '
|
||||
'self->ReplaceWholeText(PromiseFlatString(arg0), &rv);'
|
||||
},
|
||||
'nsIDOM3Text_WholeText': {
|
||||
'thisType': 'nsGenericTextNode'
|
||||
},
|
||||
'nsIDOMNodeSelector_QuerySelector': {
|
||||
'thisType': 'nsINode',
|
||||
'code': ' nsIContent* result = '
|
||||
|
|
Загрузка…
Ссылка в новой задаче