Auto merge of #9825 - creativcoder:remove-contructor-xmldoc, r=KiChjang

removed XMLDocument constructor according to spec

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9825)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-03 17:41:03 +05:30
commit 46256b33ef
3 changed files with 0 additions and 20 deletions

View file

@ -9,5 +9,4 @@
*/
// https://dom.spec.whatwg.org/#interface-document
[Constructor]
interface XMLDocument : Document {};