| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp
|
| index 1d34a8ca62f09bf8014d62e98c4f4dce1c519e60..3f8500ef023e7e398ae361d530e4acaf8149f819 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerList.cpp
|
| @@ -12,4 +12,8 @@ DocumentMarker::MarkerType CompositionMarkerList::allowedMarkerType() const {
|
| return DocumentMarker::Composition;
|
| }
|
|
|
| +CompositionMarker* CompositionMarkerList::at(size_t index) {
|
| + return toCompositionMarker(DocumentMarkerList::at(index));
|
| +}
|
| +
|
| } // namespace blink
|
|
|