| Index: Source/core/editing/Editor.cpp
|
| ===================================================================
|
| --- Source/core/editing/Editor.cpp (revision 170478)
|
| +++ Source/core/editing/Editor.cpp (working copy)
|
| @@ -805,7 +805,7 @@
|
| // Reveal the current selection
|
| if (LocalFrame* editedFrame = document->frame()) {
|
| if (Page* page = editedFrame->page())
|
| - toLocalFrame(page->focusController().focusedOrMainFrame())->selection().revealSelection(ScrollAlignment::alignCenterIfNeeded);
|
| + page->focusController().focusedOrMainFrame()->selection().revealSelection(ScrollAlignment::alignCenterIfNeeded);
|
| }
|
| }
|
| }
|
|
|