Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
This commit is contained in:
@@ -244,18 +244,6 @@ HTMLObjectElement::GetForm(nsIDOMHTMLFormElement **aForm)
|
||||
return nsGenericHTMLFormElement::GetForm(aForm);
|
||||
}
|
||||
|
||||
void
|
||||
HTMLObjectElement::GetItemValueText(DOMString& aValue)
|
||||
{
|
||||
GetData(aValue);
|
||||
}
|
||||
|
||||
void
|
||||
HTMLObjectElement::SetItemValueText(const nsAString& aValue)
|
||||
{
|
||||
SetData(aValue);
|
||||
}
|
||||
|
||||
nsresult
|
||||
HTMLObjectElement::BindToTree(nsIDocument *aDocument,
|
||||
nsIContent *aParent,
|
||||
|
||||
Reference in New Issue
Block a user