| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index 0bcf82cb04410ebf8e50f81f58636b3e111d8a3b..eb0f0c099f50918a503c06831d87e600a4a2898a 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -41,7 +41,7 @@ public:
|
|
|
| // EventTarget implementation.
|
| const AtomicString& interfaceName() const override;
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|