| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| index b934557d3ba76db0fa77503f270b973eb75b35d5..641b831d924b8c2054707471773d8deeaa4ec552 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
|
| @@ -104,7 +104,7 @@ Image* CSSImageGeneratorValue::getImage(const LayoutObject* layoutObject,
|
| return nullptr;
|
|
|
| // Look up the image in our cache.
|
| - return m_images.get(size);
|
| + return m_images.at(size);
|
| }
|
|
|
| void CSSImageGeneratorValue::putImage(const IntSize& size,
|
|
|