WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2013-08-12 20:00:59 PDT
Created
attachment 208587
[details]
Cleanup
Ryosuke Niwa
Comment 2
2013-08-12 20:33:10 PDT
Committed
r153972
: <
http://trac.webkit.org/changeset/153972
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug