RESOLVED FIXED 29298
[V8] Added operator==() to event listeners.
https://bugs.webkit.org/show_bug.cgi?id=29298
Summary [V8] Added operator==() to event listeners.
Vitaly Repeshko
Reported 2009-09-16 06:16:48 PDT
[V8] Added operator==() to event listeners to fix build after http://trac.webkit.org/changeset/48402.
Attachments
patch (1.94 KB, patch)
2009-09-16 06:22 PDT, Vitaly Repeshko
dglazkov: review+
Vitaly Repeshko
Comment 1 2009-09-16 06:22:30 PDT
Dimitri Glazkov (Google)
Comment 2 2009-09-16 07:14:09 PDT
Comment on attachment 39645 [details] patch r=me.
Dimitri Glazkov (Google)
Comment 3 2009-09-16 07:30:52 PDT
Darin Fisher (:fishd, Google)
Comment 4 2009-09-16 09:19:07 PDT
Comment on attachment 39645 [details] patch > + virtual bool operator==(const EventListener& other) { > + return this == &other; > + } nit: the opening "{" should be on the next line per webkit style
Note You need to log in before you can comment on or make changes to this bug.