Bug 664544 - Remove the remnants of HTMLHeadElement.profile; r=sicking

This commit is contained in:
Ms2ger 2011-06-18 11:01:57 +02:00
Родитель 486d67a067
Коммит 37ef80a376
2 изменённых файлов: 2 добавлений и 14 удалений

Просмотреть файл

@ -266,18 +266,7 @@ NS_IMPL_BOOL_ATTR(nsHTMLSharedElement, Compact, compact)
NS_IMPL_URI_ATTR(nsHTMLSharedElement, Cite, cite)
// nsIDOMHTMLHeadElement
// Deprecated and not exposed to script, but has to be implemented in order to
// not break binary compat.
NS_IMETHODIMP
nsHTMLSharedElement::GetProfile(nsAString& aValue)
{
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP
nsHTMLSharedElement::SetProfile(const nsAString& aValue)
{
return NS_ERROR_FAILURE;
}
// Empty
// nsIDOMHTMLHtmlElement
NS_IMPL_STRING_ATTR(nsHTMLSharedElement, Version, version)

Просмотреть файл

@ -50,8 +50,7 @@
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(0d91b09d-0de9-4d9b-a53d-ce9b4c462f5a)]
[scriptable, uuid(1be0672a-edfd-49b8-81e3-e68641029133)]
interface nsIDOMHTMLHeadElement : nsIDOMHTMLElement
{
[noscript] attribute DOMString profile;
};