зеркало из https://github.com/mozilla/pjs.git
Bug 664544 - Remove the remnants of HTMLHeadElement.profile; r=sicking
This commit is contained in:
Родитель
486d67a067
Коммит
37ef80a376
|
@ -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;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче