DescriptionPartial revert of r164563 as those changes have no effect
Revert the changes to HTMLSelectElement.cpp from r164563 as those changes have
no effect and the layout test added in that commit still passes without.
The dragSelection variable is set to true in an "else if" scope. Therefore, it
can never be true when it is evaluated in another "else if" scope below. The
clang static code analyzer was complaining about the dragSelection=true being
a dead assignment.
R=tkent@chromium.org, eseidel@chromium.org
BUG=317809
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172005
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|