mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1337722 - Use BufferSource in webIDL - part 2, r=me CLOSED TREE
This commit is contained in:
parent
6bce17f8b4
commit
b9332b43d8
@ -42,7 +42,7 @@ struct ChromeFilePropertyBag;
|
||||
struct FilePropertyBag;
|
||||
class BlobImpl;
|
||||
class File;
|
||||
class OwningArrayBufferOrArrayBufferViewOrBlobOrUSVString;
|
||||
class OwningArrayBufferViewOrArrayBufferOrBlobOrUSVString;
|
||||
class Promise;
|
||||
|
||||
class Blob : public nsIDOMBlob
|
||||
@ -59,7 +59,7 @@ public:
|
||||
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
|
||||
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_AMBIGUOUS(Blob, nsIDOMBlob)
|
||||
|
||||
typedef OwningArrayBufferOrArrayBufferViewOrBlobOrUSVString BlobPart;
|
||||
typedef OwningArrayBufferViewOrArrayBufferOrBlobOrUSVString BlobPart;
|
||||
|
||||
// This creates a Blob or a File based on the type of BlobImpl.
|
||||
static Blob*
|
||||
|
Loading…
Reference in New Issue
Block a user