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

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

Issue 19256015: Get rid of special casing for SVGAElement.target from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
« no previous file with comments | « Source/bindings/scripts/deprecated_code_generator_v8.pm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAElement.idl
diff --git a/Source/core/svg/SVGAElement.idl b/Source/core/svg/SVGAElement.idl
index 426b395fbaa41c3b9e356008a1a5cd2c07d28069..7180fc0ff7bd73c0f61022a1d26f575da73550e5 100644
--- a/Source/core/svg/SVGAElement.idl
+++ b/Source/core/svg/SVGAElement.idl
@@ -24,7 +24,7 @@
*/
interface SVGAElement : SVGGraphicsElement {
- readonly attribute SVGAnimatedString target;
+ [ImplementedAs=svgTarget] readonly attribute SVGAnimatedString target;
};
SVGAElement implements SVGExternalResourcesRequired;
« no previous file with comments | « Source/bindings/scripts/deprecated_code_generator_v8.pm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698