| Index: Source/core/svg/SVGForeignObjectElement.h
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h
|
| index e7bbb2b403c5919c5075afbc21ae59cd92c2fd9c..ee3c92544ebe2204dc8c75bec0d68fa65ba69421 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.h
|
| +++ b/Source/core/svg/SVGForeignObjectElement.h
|
| @@ -29,6 +29,7 @@
|
| namespace blink {
|
|
|
| class SVGForeignObjectElement FINAL : public SVGGraphicsElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGForeignObjectElement);
|
|
|
| @@ -59,4 +60,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGForeignObjectElement_h
|
|
|