| Index: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| index 2cb186f4a88714ce0117e7a4df4ae15cb01a0ee7..f5ca659f11a40a29519966a588cf29d4d31d143d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| @@ -37,8 +37,8 @@ void ScrollAnchor::setScroller(ScrollableArea* scroller) {
|
| clear();
|
| }
|
|
|
| -// TODO(pilgrim) replace all instances of scrollerLayoutBox with scrollerLayoutBoxItem
|
| -// https://crbug.com/499321
|
| +// TODO(pilgrim): Replace all instances of scrollerLayoutBox with
|
| +// scrollerLayoutBoxItem, https://crbug.com/499321
|
| static LayoutBox* scrollerLayoutBox(const ScrollableArea* scroller) {
|
| LayoutBox* box = scroller->layoutBox();
|
| DCHECK(box);
|
|
|