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:
Daniel Holbert 2015-01-28 09:41:56 -08:00
parent 8bc8f3cd61
commit 7c1fd0fc58

View File

@ -51,7 +51,7 @@ DocAccessibleParent::RecvShowEvent(const ShowEventData& aData)
}
#endif
return consumed;
return consumed != 0;
}
uint32_t