| Index: client/dom/generated/src/frog/Blob.dart
|
| diff --git a/client/dom/generated/src/frog/Blob.dart b/client/dom/generated/src/frog/Blob.dart
|
| index f173bfa90675d65f74b32e8be43f6dae91248686..53f06cafc9bbc7d79f2f26c48b28f89ab82e57cf 100644
|
| --- a/client/dom/generated/src/frog/Blob.dart
|
| +++ b/client/dom/generated/src/frog/Blob.dart
|
| @@ -5,6 +5,8 @@ class Blob native "*Blob" {
|
|
|
| String type;
|
|
|
| + Blob webkitSlice([int start = null, int end = null, String contentType = null]) native;
|
| +
|
| var dartObjectLocalStorage;
|
|
|
| String get typeName() native;
|
|
|