Tracker: Unchecked dynamic_cast, CID 600347
This commit is contained in:
parent
bee19b9428
commit
d2af6ff104
@ -1548,6 +1548,9 @@ FindPanel::GetByNamePredicate(BQuery* query) const
|
||||
|
||||
ASSERT(textControl != NULL);
|
||||
|
||||
if (textControl == NULL)
|
||||
return;
|
||||
|
||||
query->PushAttr("name");
|
||||
query->PushString(textControl->TextView()->Text(), true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user