mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[DOM] Follow-up: fix refcounting in FilePickerParent.
This commit is contained in:
parent
56c53b3b8f
commit
57020c1f59
1 changed files with 4 additions and 0 deletions
|
|
@ -27,8 +27,12 @@ class FilePickerParent : public PFilePickerParent
|
|||
, mMode(aMode)
|
||||
{}
|
||||
|
||||
private:
|
||||
virtual ~FilePickerParent();
|
||||
|
||||
public:
|
||||
NS_INLINE_DECL_REFCOUNTING(FilePickerParent)
|
||||
|
||||
void Done(int16_t aResult);
|
||||
|
||||
struct BlobImplOrString
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue