[Webkit-unassigned] [Bug 28004] [chromium] setting listeners on MessagePorts doesn't work in the worker process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 12:54:59 PDT 2009


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34098|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2009-08-05 12:54:59 PDT ---
(From update of attachment 34098)
> +    return PassRefPtr<EventListener>();

return 0;

will work just fine, too.

Why are we duplicating these in *Custom files? The logic is the same. Can we
possibly use a template or generate these?
If you're not up to mucking with this, can you file a bug about this?

-- 
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