| Index: Source/core/svg/SVGFEOffsetElement.idl
 | 
| diff --git a/Source/core/svg/SVGFEOffsetElement.idl b/Source/core/svg/SVGFEOffsetElement.idl
 | 
| index d0c682906971222ac231fb4ff39ab6d72e1165eb..1b6460af6ce3543902a59665862cfeb8080d1bcd 100644
 | 
| --- a/Source/core/svg/SVGFEOffsetElement.idl
 | 
| +++ b/Source/core/svg/SVGFEOffsetElement.idl
 | 
| @@ -23,7 +23,7 @@
 | 
|   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|   */
 | 
|  
 | 
| -interface SVGFEOffsetElement : SVGStyledElement {
 | 
| +interface SVGFEOffsetElement : SVGElement {
 | 
|      readonly attribute SVGAnimatedString in1;
 | 
|      readonly attribute SVGAnimatedNumber dx;
 | 
|      readonly attribute SVGAnimatedNumber dy;
 | 
| 
 |