| Index: third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h
|
| index 25e4b33931fa6971ea2abc97726f223ca9390d20..7426ecdc3868c475ad6a98a56b7dfe1f079c960f 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h
|
| @@ -116,7 +116,7 @@ GlyphMetricsMap<T>::locatePageSlowCase(unsigned pageNumber) {
|
| m_filledPrimaryPage = true;
|
| } else {
|
| if (m_pages) {
|
| - page = m_pages->get(pageNumber);
|
| + page = m_pages->at(pageNumber);
|
| if (page)
|
| return page;
|
| } else {
|
|
|