summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLSelectElement.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-12-14 15:08:52 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-12-14 15:08:52 +0100
commit023af95abeb4a9bd61665f37fc8dec173e0f2f4a (patch)
tree11b1facff61ff5083824158bf48cfc635a86e416 /dom/html/HTMLSelectElement.h
parentfea96b4527a2db6cd97c9053d647478b347d3853 (diff)
downloadUXP-023af95abeb4a9bd61665f37fc8dec173e0f2f4a.tar
UXP-023af95abeb4a9bd61665f37fc8dec173e0f2f4a.tar.gz
UXP-023af95abeb4a9bd61665f37fc8dec173e0f2f4a.tar.lz
UXP-023af95abeb4a9bd61665f37fc8dec173e0f2f4a.tar.xz
UXP-023af95abeb4a9bd61665f37fc8dec173e0f2f4a.zip
Make HTMLOptionsCollection::mSelect into a strong reference.
The cycle collector makes weak references like this obsolete.
Diffstat (limited to 'dom/html/HTMLSelectElement.h')
-rw-r--r--dom/html/HTMLSelectElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/html/HTMLSelectElement.h b/dom/html/HTMLSelectElement.h
index 8a25385de..dc1075cd7 100644
--- a/dom/html/HTMLSelectElement.h
+++ b/dom/html/HTMLSelectElement.h
@@ -436,7 +436,7 @@ public:
void SetOpenInParentProcess(bool aVal);
protected:
- virtual ~HTMLSelectElement();
+ virtual ~HTMLSelectElement() = default;
friend class SafeOptionListMutation;