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

Unified Diff: client/html/generated/html/frog/SVGSVGElement.dart

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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: client/html/generated/html/frog/SVGSVGElement.dart
diff --git a/client/html/generated/html/frog/SVGSVGElement.dart b/client/html/generated/html/frog/SVGSVGElement.dart
index fe00a954e63990e9e6b3c475874c0d249476fe0c..d72ae62566aa00b712ca3c961f2d0f3b59ecaa0e 100644
--- a/client/html/generated/html/frog/SVGSVGElement.dart
+++ b/client/html/generated/html/frog/SVGSVGElement.dart
@@ -97,7 +97,7 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement native
// From SVGStylable
- _SVGAnimatedStringImpl get _className() native "return this.className;";
+ _SVGAnimatedStringImpl get _svgClassName() native "return this.className;";
// Use implementation from Element.
// final _CSSStyleDeclarationImpl style;

Powered by Google App Engine
This is Rietveld 408576698