Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest)
This commit is contained in:
@@ -580,6 +580,8 @@ const DownloadsPanel = {
|
||||
},
|
||||
};
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsPanel", DownloadsPanel);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// DownloadsOverlayLoader
|
||||
|
||||
@@ -658,6 +660,8 @@ const DownloadsOverlayLoader = {
|
||||
},
|
||||
};
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsOverlayLoader", DownloadsOverlayLoader);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// DownloadsView
|
||||
|
||||
@@ -1004,6 +1008,8 @@ const DownloadsView = {
|
||||
},
|
||||
}
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsView", DownloadsView);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// DownloadsViewItem
|
||||
|
||||
@@ -1142,6 +1148,8 @@ const DownloadsViewController = {
|
||||
}
|
||||
};
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsViewController", DownloadsViewController);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// DownloadsViewItemController
|
||||
|
||||
@@ -1488,7 +1496,9 @@ const DownloadsSummary = {
|
||||
delete this._detailsNode;
|
||||
return this._detailsNode = node;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsSummary", DownloadsSummary);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// DownloadsFooter
|
||||
@@ -1542,3 +1552,5 @@ const DownloadsFooter = {
|
||||
return this._footerNode = node;
|
||||
}
|
||||
};
|
||||
|
||||
XPCOMUtils.defineConstant(this, "DownloadsFooter", DownloadsFooter);
|
||||
|
||||
Reference in New Issue
Block a user