| Index: Source/core/svg/SVGFilterElement.h
|
| diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h
|
| index 22834ce25d688ea207194bd7040425a6918ce3d1..bf5373887075db97a1f13b02fb04cb1bb5b54eab 100644
|
| --- a/Source/core/svg/SVGFilterElement.h
|
| +++ b/Source/core/svg/SVGFilterElement.h
|
| @@ -37,6 +37,7 @@ namespace blink {
|
|
|
| class SVGFilterElement FINAL : public SVGElement,
|
| public SVGURIReference {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFilterElement);
|
| virtual void trace(Visitor*) OVERRIDE;
|
| @@ -79,6 +80,6 @@ private:
|
| WillBeHeapHashSet<RefPtrWillBeMember<Node> > m_clientsToAdd;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFilterElement_h
|
|
|