Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index f075a2591638847d564ac1141fbb01783d878a4e..792ef28847ff2cdf4e0da54addd499c0037477b2 100644 |
--- a/Source/core/editing/FrameSelection.h |
+++ b/Source/core/editing/FrameSelection.h |
@@ -261,6 +261,8 @@ private: |
void startObservingVisibleSelectionChange(); |
void stopObservingVisibleSelectionChangeIfNecessary(); |
+ VisibleSelection validateSelection(const VisibleSelection&); |
+ |
LocalFrame* m_frame; |
LayoutUnit m_xPosForVerticalArrowNavigation; |