Auto merge of #6693 - notriddle:tidy-webidl, r=jdm

Tidy finds WebIDLs with no spec.

Closes #6689

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6693)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-07-22 13:44:12 -06:00
commit 11a3423c29
13 changed files with 72 additions and 16 deletions

View file

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#the-websocket-interface
enum BinaryType { "blob", "arraybuffer" };
[Constructor(DOMString url, optional /*(*/DOMString /*or DOMString[])*/ protocols)]