Bug 119715

Summary: Fix variable name |end| -> |size| in EventTarget::fireEventListeners
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, darin, esprehn+autocc, ggaren, kangil.han, kling, sam
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Cleanup benjamin: review+, benjamin: commit-queue+

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.