[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 30 00:09:42 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14997





------- Comment #10 from aroben at apple.com  2007-09-30 00:09 PDT -------
(In reply to comment #8)
> +    return event;
> 
> (at the end of createEventFromFields) To be slightly more efficient, you can
> do:
> 
> return event.releaseRef();

Sorry, that should have been:

return event.release();


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



More information about the webkit-unassigned mailing list