DescriptionGridPainter::paintChild should take RenderBox reference
GridPainter method paintChild() take pointer to RenderBox instance but
the body of this method assumes that the object will never be NULL.
We should replace it to use RenderBox references. This somehow got
missed in the previous revision of converting pointers to references.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182738
Patch Set 1 #Patch Set 2 : Rebase to the latest #
Messages
Total messages: 10 (3 generated)
|