Bug 1481399 - rename nsAttrAndChildArray to AttrArray, r=mrbkap

This commit is contained in:
Olli Pettay
2018-08-07 22:07:26 +03:00
parent 94d8a51b9d
commit bcb0ac8885
28 changed files with 197 additions and 203 deletions

View File

@@ -2545,7 +2545,7 @@ HTMLMediaElement::UpdatePreloadAction()
} else {
// Find the appropriate preload action by looking at the attribute.
const nsAttrValue* val =
mAttrsAndChildren.GetAttr(nsGkAtoms::preload, kNameSpaceID_None);
mAttrs.GetAttr(nsGkAtoms::preload, kNameSpaceID_None);
// MSE doesn't work if preload is none, so it ignores the pref when src is
// from MSE.
uint32_t preloadDefault =