Skip to content

Commit 53d1119

Browse files
tmisirpashbjornstar
authored andcommitted
change Blob to global.Blob
1 parent ae2bd38 commit 53d1119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Blob.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
}
9494

9595
if (global.Blob) {
96-
BlobBuilderConstructor.prototype = Blob.prototype;
97-
BlobConstructor.prototype = Blob.prototype;
96+
BlobBuilderConstructor.prototype = global.Blob.prototype;
97+
BlobConstructor.prototype = global.Blob.prototype;
9898
}
9999

100100
/********************************************************/

0 commit comments

Comments
 (0)