Chromium Code Reviews| Index: core/svg/SVGStopElement.idl |
| =================================================================== |
| --- core/svg/SVGStopElement.idl (revision 23517) |
| +++ core/svg/SVGStopElement.idl (working copy) |
| @@ -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; |
| }; |