| Index: third_party/WebKit/Source/core/svg/SVGElementProxy.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementProxy.h b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
|
| index 7fcea97a416013ca77bfd5eda97730e27dba84d9..12847f2cf3aaca06f7fa4c2fd2601067c80df821 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementProxy.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementProxy.h
|
| @@ -115,7 +115,7 @@ class SVGElementProxy : public GarbageCollectedFinalized<SVGElementProxy> {
|
| };
|
|
|
| // Collection of SVGElementProxys. This is hosted by elements that can be
|
| -// subject to proxies (currently only SVGFilterElement), and is mainly a helper
|
| +// subject to proxies (see SVGElement::elementProxySet), and is mainly a helper
|
| // for dealing with the many-to-one structure of SVGElementProxy.
|
| class SVGElementProxySet : public GarbageCollected<SVGElementProxySet> {
|
| public:
|
|
|