mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove some dead code from codegen as found by pyflakes.
This commit is contained in:
parent
4379809e88
commit
9d7478ab8a
2 changed files with 18 additions and 41 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