| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 70e3ef9825da4ed907b30648952370fabc88d5f7..b1a470c28b3dd1bc69aa2c81f15e1f65df26d217 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -256,9 +256,6 @@ private:
|
| // to return.
|
| CORE_EXPORT PassRefPtrWillBeRawPtr<Range> firstRangeOf(const VisibleSelection&);
|
|
|
| -// TODO(yosin) We should move |intersectsNode()| to "FrameSelection.cpp".
|
| -bool intersectsNode(const VisibleSelection&, Node*);
|
| -
|
| } // namespace blink
|
|
|
| #ifndef NDEBUG
|
|
|