зеркало из https://github.com/mozilla/gecko-dev.git
Change Play from a nsIFileSpec to a nsIURL so it would compile
r=kedl
This commit is contained in:
Родитель
85012ab550
Коммит
1e4e38bfc3
|
@ -72,7 +72,7 @@ NS_METHOD nsSound::Beep()
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsSound::Play(nsIFileSpec *filespec)
|
||||
NS_METHOD nsSound::Play(nsIURI *aURI)
|
||||
{
|
||||
PR_LOG(PhWidLog, PR_LOG_DEBUG, ("nsSound::Play - Not Implemented\n"));
|
||||
NS_NOTYETIMPLEMENTED("nsSound::Play");
|
||||
|
|
Загрузка…
Ссылка в новой задаче