| Index: third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| index 7794675c11459cbdea3ab766dd5fa6aebee6a58b..1d4b6a6c169a64acb909fb3200ca1757c0893089 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
| @@ -140,12 +140,12 @@ void PresentationController::registerConnection(
|
| m_connections.add(connection);
|
| }
|
|
|
| -void PresentationController::frameDestroyed() {
|
| +void PresentationController::contextDestroyed() {
|
| if (m_client) {
|
| m_client->setController(nullptr);
|
| m_client = nullptr;
|
| }
|
| - DOMWindowProperty::frameDestroyed();
|
| + DOMWindowProperty::contextDestroyed();
|
| }
|
|
|
| PresentationConnection* PresentationController::findConnection(
|
|
|