Index: third_party/WebKit/Source/core/editing/Editor.h |
diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h |
index 2622bb8e675c99014d946bdd0bb25b2498b1ab4f..9c43897188ea647afb6088c87b3e63cd05bcf736 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.h |
+++ b/third_party/WebKit/Source/core/editing/Editor.h |
@@ -146,6 +146,8 @@ public: |
return *m_frame; |
} |
+ HeapVector<Member<Range>> getRanges() const; |
+ |
const EditorInternalCommand* m_command; |
EditorCommandSource m_source; |
Member<LocalFrame> m_frame; |