merge mozilla-inbound to mozilla-central. r=merge a=merge

MozReview-Commit-ID: AeoHOxZLi6m
This commit is contained in:
Sebastian Hengst
2017-08-28 16:53:53 +02:00
44 changed files with 343 additions and 351 deletions

View File

@@ -48,6 +48,7 @@ NS_IMPL_ELEMENT_CLONE(HTMLVideoElement)
HTMLVideoElement::HTMLVideoElement(already_AddRefed<NodeInfo>& aNodeInfo)
: HTMLMediaElement(aNodeInfo)
, mUseScreenWakeLock(true)
, mIsOrientationLocked(false)
{
}