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:
Boris Zbarsky
2016-05-20 23:13:17 -04:00
parent c4948086eb
commit da1b7b9d44
67 changed files with 56 additions and 1562 deletions

View File

@@ -254,9 +254,6 @@ private:
return nsIContentPolicy::TYPE_INTERNAL_OBJECT;
}
virtual void GetItemValueText(DOMString& text) override;
virtual void SetItemValueText(const nsAString& text) override;
virtual ~HTMLObjectElement();
virtual JSObject* WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto) override;