Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index cb803784fbdb18804560a312a144071f83f0d65b..7be6e9d5e04046e43095230f5cf6aee20f7a9892 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -273,6 +273,8 @@ class CORE_EXPORT FrameSelection final |
Range* documentCachedRange() const; |
void clearDocumentCachedRange(); |
+ FrameCaret& frameCaretForTesting() const { return *m_frameCaret; } |
+ |
DECLARE_TRACE(); |
private: |