[Webkit-unassigned] [Bug 29298] [V8] Added operator==() to event listeners.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 16 09:19:07 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29298





--- Comment #4 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2009-09-16 09:19:07 PDT ---
(From update of attachment 39645)
> +        virtual bool operator==(const EventListener& other) {
> +            return this == &other;
> +        }

nit: the opening "{" should be on the next line per webkit style

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list