| Index: Source/core/svg/SVGForeignObjectElement.h
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h
|
| index d02aa04ff7cea3817cddc31da757485167775981..e593c7a83bfccc9974a370c44da45ae0df549667 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.h
|
| +++ b/Source/core/svg/SVGForeignObjectElement.h
|
| @@ -55,7 +55,6 @@ private:
|
| RefPtr<SVGAnimatedLength> m_width;
|
| RefPtr<SVGAnimatedLength> m_height;
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGForeignObjectElement)
|
| - DECLARE_ANIMATED_STRING(Href, href)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
|
|