| Index: third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| index f97742b1154aa2dc234f477e34f7ae1aec01a9d4..a60c167f205e03f8a80c077c3bba81f5a082c221 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayUmaHelper.cpp
|
| @@ -79,7 +79,7 @@ void AutoplayUmaHelper::onAutoplayInitiated(AutoplaySource source) {
|
| RuntimeEnabledFeatures::autoplayMutedVideosEnabled()) {
|
| bool dataSaverEnabled =
|
| m_element->document().settings() &&
|
| - m_element->document().settings()->dataSaverEnabled();
|
| + m_element->document().settings()->GetDataSaverEnabled();
|
| bool blockedBySetting = !m_element->isAutoplayAllowedPerSettings();
|
|
|
| if (dataSaverEnabled && blockedBySetting) {
|
|
|