Auto merge of #14006 - Haggus:master, r=jdm

Removed incorrectly exposed webidl interfaces

<!-- Please describe your changes on the following line: -->
Partial fix for #12415

Fixed: Touch, TouchList, ValidityState

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14006)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-10-31 15:58:38 -05:00 committed by GitHub
commit 408caac669
4 changed files with 0 additions and 6 deletions

View file

@ -53,11 +53,8 @@ test_interfaces([
"StyleSheetList",
"TextDecoder",
"TextEncoder",
"Touch",
"TouchList",
"URL",
"URLSearchParams",
"ValidityState",
"WebSocket",
"Worker",
"WorkerGlobalScope",