| Index: core/fileapi/BlobCallback.idl
|
| diff --git a/modules/filesystem/FileCallback.idl b/core/fileapi/BlobCallback.idl
|
| similarity index 95%
|
| copy from modules/filesystem/FileCallback.idl
|
| copy to core/fileapi/BlobCallback.idl
|
| index 2a692ba166d82a4ce38c60ca81452a65e61ee5d8..e3ebb5e6f2e28c6decb0772c73a802812de17f77 100644
|
| --- a/modules/filesystem/FileCallback.idl
|
| +++ b/core/fileapi/BlobCallback.idl
|
| @@ -28,6 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -callback interface FileCallback {
|
| - void handleEvent(File file);
|
| +callback interface BlobCallback {
|
| + void handleEvent(Blob? blob);
|
| };
|
|
|