Bug 1723050 - Part 14: Replace typedef by using in dom/html/ r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D121312
This commit is contained in:
@@ -3969,7 +3969,7 @@ class MediaElementSetForURI : public nsURIHashKey {
|
||||
nsTArray<HTMLMediaElement*> mElements;
|
||||
};
|
||||
|
||||
typedef nsTHashtable<MediaElementSetForURI> MediaElementURITable;
|
||||
using MediaElementURITable = nsTHashtable<MediaElementSetForURI>;
|
||||
// Elements in this table must have non-null mDecoder and mLoadingSrc, and those
|
||||
// can't change while the element is in the table. The table is keyed by
|
||||
// the element's mLoadingSrc. Each entry has a list of all elements with the
|
||||
|
||||
Reference in New Issue
Block a user