Bug 1643196 - Add 'scriptable' to nsIMultiPartChannelListener. r=mayhemer,necko-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D78175
This commit is contained in:
Matt Woodrow 2020-06-10 14:03:50 +00:00
Родитель 7b9251bafc
Коммит 28bef71f71
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ interface nsIMultiPartChannel : nsISupports
* when the last part of the multi-part channel has finished, and the
* final OnStopRequest has been sent.
*/
[uuid(b084959a-4fb9-41a5-88a0-d0f045ce75cf)]
[scriptable, uuid(b084959a-4fb9-41a5-88a0-d0f045ce75cf)]
interface nsIMultiPartChannelListener : nsISupports
{
/**