Chromium Code Reviews
DescriptionFix null pointer dereference in FocusManager::ViewRemoved.
Turns out that FocusManager::ViewRemoved could be called
with NULL as the argument. Right now, the code will happily
derefence the null pointer and call a method, which is
undefined behavior in C++.
BUG=617305
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||