mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 397424 follow-up - Remove extraneaous semicolon to fix Maemo bustage.
This commit is contained in:
parent
6502544539
commit
74a4444079
@ -2131,7 +2131,7 @@ nsDownloadManager::ConfirmCancelDownloads(PRInt32 aCount,
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//// nsDownload
|
||||
|
||||
NS_IMPL_CLASSINFO(nsDownload, NULL, 0, NS_DOWNLOAD_CID);
|
||||
NS_IMPL_CLASSINFO(nsDownload, NULL, 0, NS_DOWNLOAD_CID)
|
||||
NS_IMPL_ISUPPORTS4_CI(
|
||||
nsDownload
|
||||
, nsIDownload
|
||||
|
Loading…
x
Reference in New Issue
Block a user