| Index: Source/modules/presentation/NavigatorPresentation.cpp
|
| diff --git a/Source/modules/presentation/NavigatorPresentation.cpp b/Source/modules/presentation/NavigatorPresentation.cpp
|
| index a59b55d294fcedf754f840167a87a703870c8b6b..29eb96e173bce492f8d6212776728eee69d83bdb 100644
|
| --- a/Source/modules/presentation/NavigatorPresentation.cpp
|
| +++ b/Source/modules/presentation/NavigatorPresentation.cpp
|
| @@ -42,7 +42,7 @@ Presentation* NavigatorPresentation::presentation(Navigator& navigator)
|
| if (!self.m_presentation) {
|
| if (!navigator.frame())
|
| return nullptr;
|
| - self.m_presentation = Presentation::create(navigator.frame());
|
| + self.m_presentation = Presentation::create(navigator.localFrame());
|
| }
|
| return self.m_presentation.get();
|
| }
|
|
|