Bug 1650925 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We should be throwing instead of returning null in `InterfaceRequestor_getInterface` in `calProviderUtils.jsm`, and the devtools code complains with `impl is null` errors in the console.  I'll upload the fix from Philipp shortly.
We should be throwing instead of returning null in `InterfaceRequestor_getInterface` in e.g. `calProviderUtils.jsm`, and the devtools code complains with `impl is null` errors in the console.  I'll upload the fix from Philipp shortly.
We should be throwing instead of returning null when implementing `nsIInterfaceRequestor::getInterface` (e.g. in `InterfaceRequestor_getInterface` in `calProviderUtils.jsm`), and the devtools code is complaining with `impl is null` errors in the console.  I'll upload the fix from Philipp shortly.

Back to Bug 1650925 Comment 0