auto merge of #2156 : Ms2ger/servo/codegen-deadcode, r=jdm

This commit is contained in:
bors-servo 2014-04-18 10:28:11 -04:00
commit 58efe0bf75
2 changed files with 23 additions and 81 deletions

View file

@ -16,8 +16,8 @@ interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
Blob slice([Clamp] optional long long start,
[Clamp] optional long long end,
Blob slice(/*[Clamp]*/ optional long long start,
/*[Clamp]*/ optional long long end,
optional DOMString contentType);
void close();
};