Bug 119715 - Fix variable name |end| -> |size| in EventTarget::fireEventListeners
Summary: Fix variable name |end| -> |size| in EventTarget::fireEventListeners
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-08-12 19:35 PDT by Ryosuke Niwa
Modified: 2013-08-12 20:33 PDT (History)
8 users (show)

See Also:


Attachments
Cleanup (4.21 KB, patch)
2013-08-12 20:00 PDT, Ryosuke Niwa
benjamin: review+
benjamin: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 2013-08-12 20:00:59 PDT
Created attachment 208587 [details]
Cleanup
Comment 2 Ryosuke Niwa 2013-08-12 20:33:10 PDT
Committed r153972: <http://trac.webkit.org/changeset/153972>