TODO(tommi): This is a hack to support two versions of libevent that we're compatible with. The method we really want to call is event_assign(), since event_set() has been marked as deprecated (and doesn't accept passing event_base__ as a parameter). However, the version of libevent that we have in Chromium, doesn't have event_assign(), so we need to call event_set() there.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected