DescriptionFix removeEventListener call in autocomplete_list.js so that it will actually remove the listener.
If you add an event listener using addEventListener with the 3rd argument as |true|, you also need to call removeEventListener with the 3rd argument as |true|, otherwise it will not actually be removed.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117120
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|