mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
bug 1515463, MessageBroadcaster.getChildAt should be out-of-bounds safe, r=peterv
This commit is contained in:
parent
0062e173ba
commit
f4756f7e8e
@ -542,7 +542,7 @@ interface MessageBroadcaster : MessageListenerManager
|
||||
/**
|
||||
* Return a single subordinate message manager.
|
||||
*/
|
||||
MessageListenerManager getChildAt(unsigned long aIndex);
|
||||
MessageListenerManager? getChildAt(unsigned long aIndex);
|
||||
|
||||
/**
|
||||
* Some processes are kept alive after their last tab/window are closed for testing
|
||||
|
Loading…
Reference in New Issue
Block a user