| Index: Source/core/svg/SVGStopElement.idl
|
| diff --git a/Source/core/svg/SVGStopElement.idl b/Source/core/svg/SVGStopElement.idl
|
| index 86413f70855e6b98f7be6ea649a5c81a240e528a..1a2bad1ebab67042dc6d26c71b0d1df2ac2e2fc6 100644
|
| --- a/Source/core/svg/SVGStopElement.idl
|
| +++ b/Source/core/svg/SVGStopElement.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGStopElement : SVGStyledElement {
|
| +interface SVGStopElement : SVGStyledElement {
|
| readonly attribute SVGAnimatedNumber offset;
|
| };
|
|
|
|
|