| Index: Source/core/svg/SVGStopElement.idl
|
| diff --git a/Source/core/svg/SVGStopElement.idl b/Source/core/svg/SVGStopElement.idl
|
| index 63f6411e1f9b3d894d9dd32921c7f4480d6d7055..44da1f92e74a6e92eb3f4b44dc5c8fe0c1d80598 100644
|
| --- a/Source/core/svg/SVGStopElement.idl
|
| +++ b/Source/core/svg/SVGStopElement.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGStopElement : SVGStyledElement {
|
| +interface SVGStopElement : SVGElement {
|
| readonly attribute SVGAnimatedNumber offset;
|
| };
|
|
|
|
|