| Index: third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EphemeralRange.h b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| index da6341e616c9b93a2bd6f56cf6b19e1ee10958c6..c757af2c1f2de09a1449143dbce1bd0f10c5c227 100644
|
| --- a/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| +++ b/third_party/WebKit/Source/core/editing/EphemeralRange.h
|
| @@ -12,7 +12,8 @@ namespace blink {
|
| class Document;
|
| class Range;
|
|
|
| -// We should restrict access to the unwanted version of |TraversalRange::end()| function.
|
| +// We should restrict access to the unwanted version of |TraversalRange::end()|
|
| +// function.
|
| template <class Iterator>
|
| class TraversalRangeNodes : private TraversalRange<Iterator> {
|
| STACK_ALLOCATED();
|
|
|