Fix Eudora build bustage from bug 604592 by ifdeffing for mozilla 2.0 - the function is no longer required on latest builds. r=bustage-fix
This commit is contained in:
Родитель
08b9aef63e
Коммит
745778850b
|
@ -1068,12 +1068,12 @@ NS_IMETHODIMP nsEudoraHTMLImageElement::GetPrefix(nsAString & aPrefix)
|
|||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
#ifdef MOZILLA_2_0_BRANCH
|
||||
NS_IMETHODIMP nsEudoraHTMLImageElement::SetPrefix(const nsAString & aPrefix)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// readonly attribute DOMString localName
|
||||
NS_IMETHODIMP nsEudoraHTMLImageElement::GetLocalName(nsAString & aLocalName)
|
||||
|
|
Загрузка…
Ссылка в новой задаче