Auto merge of #6683 - tschneidereit:dompoint, r=Ms2ger

Implement DOMPoint and DOMPointReadOnly



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6683)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-23 11:38:14 -06:00
commit 658c3d05ae
47 changed files with 855 additions and 28 deletions

View file

@ -79,6 +79,8 @@ var interfaceNamesInGlobalScope = [
"CloseEvent",
"CSS",
"CSSStyleDeclaration",
"DOMPoint",
"DOMPointReadOnly",
"DOMRect",
"Comment",
"Console",