DescriptionAvoid crash in FontFallbackList when LastResortFallbackFont is null
Blink r176963 made FontFallbackList::determinePrimarySimpleFontData crash
when getLastResortFallbackFont() returns null, but callers may be able to
handle a NULL return (see also http://crbug.com/383542#c23).
This patch lets determinePrimarySimpleFontData() propagate NULL returns
to the callers.
BUG=389536, 390272, 390284
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178302
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|