зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1126541: Don't depend on implicit uint32_t-to-bool conversion in DocAccessibleParent::RecvShowEvent's final return statement. r=tbsaunde
This commit is contained in:
Родитель
637a547411
Коммит
0225ce362d
|
@ -51,7 +51,7 @@ DocAccessibleParent::RecvShowEvent(const ShowEventData& aData)
|
|||
}
|
||||
#endif
|
||||
|
||||
return consumed;
|
||||
return consumed != 0;
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
|
Загрузка…
Ссылка в новой задаче