зеркало из https://github.com/mozilla/gecko-dev.git
Bug 521631 - remove SVGSVGElement::createSVGString. r=longsonr
This commit is contained in:
Родитель
4e895fad8b
Коммит
9987263299
|
@ -707,13 +707,6 @@ nsSVGSVGElement::CreateSVGTransformFromMatrix(nsIDOMSVGMatrix *matrix,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
/* DOMString createSVGString (); */
|
||||
NS_IMETHODIMP
|
||||
nsSVGSVGElement::CreateSVGString(nsAString & _retval)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
/* nsIDOMElement getElementById (in DOMString elementId); */
|
||||
NS_IMETHODIMP
|
||||
nsSVGSVGElement::GetElementById(const nsAString & elementId, nsIDOMElement **_retval)
|
||||
|
|
|
@ -55,7 +55,7 @@ interface nsIDOMSVGTransform;
|
|||
#endif
|
||||
%}
|
||||
|
||||
[scriptable, uuid(83b04425-9509-49f5-af75-1ae1f8f3e871)]
|
||||
[scriptable, uuid(5255148c-425a-4de5-aefb-4f41d996d3ca)]
|
||||
interface nsIDOMSVGSVGElement
|
||||
: nsIDOMSVGElement
|
||||
/*
|
||||
|
@ -123,7 +123,6 @@ interface nsIDOMSVGSVGElement
|
|||
nsIDOMSVGRect createSVGRect();
|
||||
nsIDOMSVGTransform createSVGTransform();
|
||||
nsIDOMSVGTransform createSVGTransformFromMatrix(in nsIDOMSVGMatrix matrix);
|
||||
DOMString createSVGString();
|
||||
nsIDOMElement getElementById(in DOMString elementId);
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче