Auto merge of #8993 - nox:small-codegen-slimming, r=Ms2ger

Slightly reduce the output of codegen

Interfaces which we know are never instantiated can generate less code.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8993)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-18 06:35:15 +05:30
commit 8dc4b8dcb9
3 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,7 @@
* http://dev.w3.org/csswg/cssom/#the-css-interface
*/
[Abstract]
interface CSS {
[Throws]
static DOMString escape(DOMString ident);