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 c91b16465b59fcf4805134253e4770d5d878c7fa..302811ed02f6b6f7aa9418195ac8cde1915309ec 100644 |
--- a/client/dom/generated/src/frog/Blob.dart |
+++ b/client/dom/generated/src/frog/Blob.dart |
@@ -1,9 +1,9 @@ |
-class BlobJs extends DOMTypeJs implements Blob native "*Blob" { |
+class _BlobJs extends _DOMTypeJs implements Blob native "*Blob" { |
int get size() native "return this.size;"; |
String get type() native "return this.type;"; |
- BlobJs webkitSlice([int start = null, int end = null, String contentType = null]) native; |
+ _BlobJs webkitSlice([int start = null, int end = null, String contentType = null]) native; |
} |