From adbf75c56c99de7e18d85e0b6b1a66d15dd8ae57 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Fri, 8 Sep 2023 08:02:28 +0800 Subject: [PATCH] Revert "[DOM] Follow-up: fix refcounting in FilePickerParent." This reverts commit 57020c1f5923b8e76b59ccc01cfaeab0dc8cbe75. --- dom/ipc/FilePickerParent.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dom/ipc/FilePickerParent.h b/dom/ipc/FilePickerParent.h index 89c472cb8a..7ab2f7dab1 100644 --- a/dom/ipc/FilePickerParent.h +++ b/dom/ipc/FilePickerParent.h @@ -27,12 +27,8 @@ class FilePickerParent : public PFilePickerParent , mMode(aMode) {} - private: virtual ~FilePickerParent(); - public: - NS_INLINE_DECL_REFCOUNTING(FilePickerParent) - void Done(int16_t aResult); struct BlobImplOrString