Bug 938827 - Part 9: Remove unregisterEventListener reflection. r=rnewman

This commit is contained in:
Michael Comella
2013-12-06 11:43:12 -08:00
parent d92a4d1b31
commit 48cc1c7792
3 changed files with 5 additions and 18 deletions

View File

@@ -2307,6 +2307,7 @@ public class GeckoAppShell
* any removed listeners will still be invoked on the event currently being processed, but
* will not be invoked on future events of that type.
*/
@RobocopTarget
public static void unregisterEventListener(String event, GeckoEventListener listener) {
sEventDispatcher.unregisterEventListener(event, listener);
}