| 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 6de10b8383fa54ee6fe698f579527ed37f98c66b..05de97b0fd1547f298282e55af8869bc32292b01 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h
|
| @@ -77,7 +77,7 @@ class MODULES_EXPORT PresentationController final
|
| PresentationController(LocalFrame&, WebPresentationClient*);
|
|
|
| // Implementation of DOMWindowProperty.
|
| - void frameDestroyed() override;
|
| + void contextDestroyed() override;
|
|
|
| // Return the connection associated with the given |connectionClient| or
|
| // null if it doesn't exist.
|
|
|