| Index: third_party/WebKit/Source/core/editing/Position.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Position.h b/third_party/WebKit/Source/core/editing/Position.h
|
| index 77613925c34ccd8deb57418fc3feaf821c9d41da..bb8a7240818a9fff957921fb67b1e2abe367efff 100644
|
| --- a/third_party/WebKit/Source/core/editing/Position.h
|
| +++ b/third_party/WebKit/Source/core/editing/Position.h
|
| @@ -51,6 +51,7 @@ enum class PositionAnchorType : unsigned {
|
| };
|
|
|
| // Instances of |PositionTemplate<Strategy>| are immutable.
|
| +// TODO(editing-dev): Make constructor of |PositionTemplate| take |const Node*|.
|
| template <typename Strategy>
|
| class CORE_TEMPLATE_CLASS_EXPORT PositionTemplate {
|
| DISALLOW_NEW();
|
|
|