Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1361)

Unified Diff: Source/core/svg/SVGAnimationElement.idl

Issue 15653003: Remove last remnants of ENABLE_SVG (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGAnimationElement.idl
diff --git a/Source/core/svg/SVGAnimationElement.idl b/Source/core/svg/SVGAnimationElement.idl
index 05077644d16613d61ccd11822d8f3c89a42ec2ae..8e2c15d22a11229a5e5444ffe5c1030fd98e3d96 100644
--- a/Source/core/svg/SVGAnimationElement.idl
+++ b/Source/core/svg/SVGAnimationElement.idl
@@ -25,11 +25,10 @@
[
NoInterfaceObject,
pdr. 2013/05/29 21:17:44 extra comma
adamk 2013/05/29 21:30:22 Done.
- Conditional=SVG
] interface SVGAnimationElement : SVGElement,
- SVGTests,
- SVGExternalResourcesRequired,
- ElementTimeControl {
+ SVGTests,
+ SVGExternalResourcesRequired,
+ ElementTimeControl {
readonly attribute SVGElement targetElement;
float getStartTime();

Powered by Google App Engine
This is Rietveld 408576698