Commit c1626d91 authored by Rémi Duraffort's avatar Rémi Duraffort

Mozilla: missing return value.

parent 71b2fdfd
...@@ -176,6 +176,7 @@ bool EventObj::insert(const NPString &s, NPObject *l, bool b) ...@@ -176,6 +176,7 @@ bool EventObj::insert(const NPString &s, NPObject *l, bool b)
return false; return false;
i->get(e); i->get(e);
} }
return true;
} }
...@@ -203,6 +204,8 @@ bool EventObj::remove(const NPString &s, NPObject *l, bool b) ...@@ -203,6 +204,8 @@ bool EventObj::remove(const NPString &s, NPObject *l, bool b)
} }
if(!any) if(!any)
unask_for_event(e); unask_for_event(e);
return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment