Tidy finds WebIDLs with no spec.

Closes #6689
This commit is contained in:
Michael Howell
2015-07-21 15:32:57 -07:00
parent 406be7accf
commit 91c61ae751
10 changed files with 72 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
*
*/
// This interface is entirely internal to Servo, and should not be accessible to
// web pages.
interface TestBindingProxy : TestBinding {
getter DOMString getNamedItem(DOMString name);