| Index: third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| index ec299d309ed55f3d13fca727ea6493d041171aa1..9228bf44c4c2a04ac3890dfcfcb6087035c360ed 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.h
|
| @@ -81,7 +81,7 @@ private:
|
| // The autoplay source. Use AutoplaySource::NumberOfSources for invalid source.
|
| AutoplaySource m_source;
|
| // The media element this UMA helper is attached to. |m_element| owns |this|.
|
| - WeakMember<HTMLMediaElement> m_element;
|
| + Member<HTMLMediaElement> m_element;
|
|
|
| // The observer is used to observe whether a muted video autoplaying by play()
|
| // method become visible at some point.
|
|
|