DescriptionFix renderer assert after autofill
PasswordAutofillAgent may modify value of newFocusedNode in BlurEvent
dispatched above, while newFocusedNode->isFocusable() expects that
newFocusedNode->needsLayout() not to be true, updateLayout() here in
case that happens.
BUG=251163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158348
Patch Set 1 #
Total comments: 3
Patch Set 2 : Update based on comments #Patch Set 3 : Rebase #Messages
Total messages: 12 (0 generated)
|