| Index: third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/Presentation.cpp b/third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
| index df41796ccf42372b770f8f5e4a271752aa911fe0..303ebdc1fed28c01676dd96ed384045583dcf807 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
| @@ -52,7 +52,7 @@ PresentationReceiver* Presentation::receiver() {
|
| if (!frame() || !frame()->settings())
|
| return nullptr;
|
|
|
| - if (!frame()->settings()->presentationReceiver())
|
| + if (!frame()->settings()->getPresentationReceiver())
|
| return nullptr;
|
|
|
| if (!m_receiver) {
|
|
|