RESOLVED FIXED 119715
Fix variable name |end| -> |size| in EventTarget::fireEventListeners
https://bugs.webkit.org/show_bug.cgi?id=119715
Summary Fix variable name |end| -> |size| in EventTarget::fireEventListeners
Ryosuke Niwa
Reported 2013-08-12 19:35:51 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/f58b017539c48059bb2b88d18ee0ee3d14decb01 |end| variables are used for iterators, so fix the variable name to |size| because it refers to an index.
Attachments
Cleanup (4.21 KB, patch)
2013-08-12 20:00 PDT, Ryosuke Niwa
benjamin: review+
benjamin: commit-queue+
Ryosuke Niwa
Comment 1 2013-08-12 20:00:59 PDT
Ryosuke Niwa
Comment 2 2013-08-12 20:33:10 PDT
Note You need to log in before you can comment on or make changes to this bug.