| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index bb1a286c6f0c73733a516e62781122e5fa01802f..4b0130f66aec86a7fce5794a5f36dcd6287520cd 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -43,6 +43,7 @@ class SMILTimeContainer;
|
| class SVGSVGElement FINAL : public SVGGraphicsElement,
|
| public SVGFitToViewBox,
|
| public SVGZoomAndPan {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGSVGElement);
|
|
|
| @@ -167,4 +168,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGSVGElement_h
|
|
|