Index: Source/core/svg/ElementTimeControl.idl |
diff --git a/Source/core/svg/ElementTimeControl.idl b/Source/core/svg/ElementTimeControl.idl |
index cad80aad25e7440a6d688ecc19b697c1947361c5..eb3047ec11f68fee6cf6deddc124454e3a9dbefb 100644 |
--- a/Source/core/svg/ElementTimeControl.idl |
+++ b/Source/core/svg/ElementTimeControl.idl |
@@ -23,11 +23,8 @@ |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
- |
-[ |
- Conditional=SVG |
- |
-] interface ElementTimeControl { |
+ |
+interface ElementTimeControl { |
void beginElement(); |
void beginElementAt([Default=Undefined] optional float offset); |
void endElement(); |