DescriptionReturn boolean value for bool return type functions.
Currently in some of the function which returns a bool, are returning int, which would be getting casted to boolean.
So, to eliminate the casting better return a boolean for bool return type functions.
NOTE: This change also removes the math element role.
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187127
Patch Set 1 #
Messages
Total messages: 15 (5 generated)
|