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:
@@ -195,18 +195,6 @@ HTMLImageElement::GetCurrentSrc(nsAString& aValue)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
HTMLImageElement::GetItemValueText(DOMString& aValue)
|
||||
{
|
||||
GetSrc(aValue);
|
||||
}
|
||||
|
||||
void
|
||||
HTMLImageElement::SetItemValueText(const nsAString& aValue)
|
||||
{
|
||||
SetSrc(aValue);
|
||||
}
|
||||
|
||||
bool
|
||||
HTMLImageElement::Draggable() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user