| Index: Source/core/svg/SVGForeignObjectElement.h
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h
|
| index b77db4e8344ee9a2c285b3d83175c1666bdce00a..3dfa6fac92ccba7d37feefaa0f475e133fe40546 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.h
|
| +++ b/Source/core/svg/SVGForeignObjectElement.h
|
| @@ -55,8 +55,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_height;
|
| };
|
|
|
| -DEFINE_NODE_TYPE_CASTS(SVGForeignObjectElement, hasTagName(SVGNames::foreignObjectTag));
|
| -
|
| } // namespace WebCore
|
|
|
| #endif
|
|
|