| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| index 329a87c653cf738521b0d948e8c30636e3238c86..7d7d3e68fa2d03085caf477ac32cd8659c0066ac 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| @@ -517,7 +517,7 @@ void RootInlineBox::setLineBreakInfo(LineLayoutItem obj,
|
| EllipsisBox* RootInlineBox::ellipsisBox() const {
|
| if (!hasEllipsisBox())
|
| return nullptr;
|
| - return gEllipsisBoxMap->get(this);
|
| + return gEllipsisBoxMap->at(this);
|
| }
|
|
|
| void RootInlineBox::removeLineBoxFromLayoutObject() {
|
|
|