DescriptionFix CHECK condition in ImageResource
In ImageResource, we assumed that |errorOccured()| is true only when
|m_image| is null but this was not true since |errorOccured()| can be
true when |m_image->isNull()| is true. This CL fixes the wrong CHECK
condition.
BUG=643200
TEST=n/a
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 9 (3 generated)
|