| Index: Source/core/svg/SVGViewElement.h
|
| diff --git a/Source/core/svg/SVGViewElement.h b/Source/core/svg/SVGViewElement.h
|
| index a2122f8d98771eee3e329e713b5251a44515da9a..5ee72f38498545a57a52248f66acf2ef80c86805 100644
|
| --- a/Source/core/svg/SVGViewElement.h
|
| +++ b/Source/core/svg/SVGViewElement.h
|
| @@ -33,6 +33,7 @@ namespace blink {
|
| class SVGViewElement FINAL : public SVGElement,
|
| public SVGFitToViewBox,
|
| public SVGZoomAndPan {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGViewElement);
|
|
|
| @@ -57,4 +58,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGViewElement_h
|
|
|