| Index: third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| index a58a438257bb1ce65983aac91773fd7a8ddbfdb0..9529a4adef6f77bf549034d4a01b3460e3690a0b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h
|
| @@ -30,7 +30,7 @@ class SVGTreeScopeResources
|
| explicit SVGTreeScopeResources(TreeScope*);
|
| ~SVGTreeScopeResources();
|
|
|
| - void addResource(const AtomicString& id, LayoutSVGResourceContainer*);
|
| + void updateResource(const AtomicString& id, LayoutSVGResourceContainer*);
|
| void removeResource(const AtomicString& id);
|
| LayoutSVGResourceContainer* resourceById(const AtomicString& id) const;
|
|
|
|
|