| Index: third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| index ef453511fdd17049c4b90cbf28af7ff5050f1f9f..73cee313266882b6a89179617f9579c0e915a09b 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| @@ -71,7 +71,7 @@ private:
|
| PresentationController(LocalFrame&, WebPresentationClient*);
|
|
|
| // Implementation of LocalFrameLifecycleObserver.
|
| - void willDetachFrameHost() override;
|
| + void contextDestroyed() override;
|
|
|
| // Return the connection associated with the given |connectionClient| or
|
| // null if it doesn't exist.
|
|
|