Remove another assertion that a reference is non-null.
authordcheng <dcheng@chromium.org>
Wed, 8 Jul 2015 20:25:23 +0000 (13:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Jul 2015 20:25:23 +0000 (13:25 -0700)
commit3ba043f460a5d60a7fd733f4109132fa79148559
tree2a964de50588648a7371b9d9e6bfc970bd570c9b
parent4f3ad2948c87662ecfc7a94d3dac2bc118ebe5d2
Remove another assertion that a reference is non-null.

This tickles a warning in Clang:
reference cannot be bound to dereferenced null pointer in well-defined
C++ code; pointer may be assumed to always convert to true
[-Wundefined-bool-conversion]

BUG=none

Review URL: https://codereview.chromium.org/1225053003
src/ports/SkFontHost_win.cpp