mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #2156 : Ms2ger/servo/codegen-deadcode, r=jdm
This commit is contained in:
commit
58efe0bf75
2 changed files with 23 additions and 81 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue