Index: Source/core/editing/VisibleSelection.h |
diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h |
index 5e897bbc386005aef1564465a8f14681c72cb2b6..5351ae060b75871920028c996fd94e32f69544af 100644 |
--- a/Source/core/editing/VisibleSelection.h |
+++ b/Source/core/editing/VisibleSelection.h |
@@ -255,6 +255,7 @@ private: |
// We don't yet support multi-range selections, so we only ever have one range |
// to return. |
CORE_EXPORT PassRefPtrWillBeRawPtr<Range> firstRangeOf(const VisibleSelection&); |
+CORE_EXPORT EphemeralRange firstEphemeralRangeOf(const VisibleSelection&); |
} // namespace blink |