Merge inbound to mozilla-central. a=merge

This commit is contained in:
Csoregi Natalia
2018-08-08 12:58:36 +03:00
245 changed files with 2499 additions and 12708 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 =