| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index f3e374cc55d2fae189d0cbf1de92de74fe97d3f5..8d36d272a2b2792d77fe58a3ee48b5e0f2c0aa93 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -40,6 +40,7 @@ class SVGPatternElement FINAL : public SVGElement,
|
| public SVGURIReference,
|
| public SVGTests,
|
| public SVGFitToViewBox {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGPatternElement);
|
|
|
| @@ -84,4 +85,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPatternElement_h
|
|
|