| Index: third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| index 41033b528ec34d55c2dc86b93b3cc839c4656e24..139bd47ad9207c07ebbda5a9593414aadba86f5f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
|
| @@ -169,7 +169,7 @@ SVGElement* SVGElementProxy::findElement(TreeScope& treeScope) {
|
| }
|
|
|
| void SVGElementProxy::contentChanged(TreeScope& treeScope) {
|
| - if (auto* observer = m_observers.get(&treeScope))
|
| + if (auto* observer = m_observers.at(&treeScope))
|
| observer->contentChanged();
|
| }
|
|
|
|
|