| Index: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| index 5422c57f26f73dbef20bcc70007e23e968304288..60408d1260a700f5abf3a978392be07a101a808b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| @@ -81,7 +81,7 @@ static inline SVGResourcesCache& resourcesCache(Document& document) {
|
| SVGResources* SVGResourcesCache::cachedResourcesForLayoutObject(
|
| const LayoutObject* layoutObject) {
|
| ASSERT(layoutObject);
|
| - return resourcesCache(layoutObject->document()).m_cache.get(layoutObject);
|
| + return resourcesCache(layoutObject->document()).m_cache.at(layoutObject);
|
| }
|
|
|
| void SVGResourcesCache::clientLayoutChanged(LayoutObject* object) {
|
|
|