| Index: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| index a66bd0b9bb778b60416ec3d205ee74e9641ad3e6..f81f7b7bcac9da0921ca442a2028ce0f3cd921c8 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp
|
| @@ -396,7 +396,7 @@ void SVGTextLayoutEngine::layoutTextOnLineOrPath(
|
| break;
|
|
|
| const SVGCharacterData data =
|
| - logicalTextNode->characterDataMap().get(m_logicalCharacterOffset + 1);
|
| + logicalTextNode->characterDataMap().at(m_logicalCharacterOffset + 1);
|
|
|
| // TODO(fs): Use the return value to eliminate the additional
|
| // hash-lookup below when determining if this text box should be tagged
|
|
|