Auto merge of #8882 - GuillaumeGomez:dom_quad, r=nox

Add DOMQuad element

cc  @nox

Part of #8821

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8882)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-18 23:37:12 +05:30
commit 6ba4ef22fa
8 changed files with 178 additions and 119 deletions

View file

@ -81,6 +81,7 @@ var interfaceNamesInGlobalScope = [
"CSSStyleDeclaration",
"DOMPoint",
"DOMPointReadOnly",
"DOMQuad",
"DOMRect",
"DOMRectReadOnly",
"Comment",