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

Unified Diff: client/dom/generated/src/frog/SVGSymbolElement.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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/dom/generated/src/frog/SVGSymbolElement.dart
diff --git a/client/dom/generated/src/frog/SVGSymbolElement.dart b/client/dom/generated/src/frog/SVGSymbolElement.dart
index 3f97e547de70c56149d85c3797a8394bfb831064..42d211974f5856148e30c4aea9625c030825c854 100644
--- a/client/dom/generated/src/frog/SVGSymbolElement.dart
+++ b/client/dom/generated/src/frog/SVGSymbolElement.dart
@@ -1,5 +1,5 @@
-class SVGSymbolElementJS extends SVGElementJS implements SVGSymbolElement native "*SVGSymbolElement" {
+class SVGSymbolElementJs extends SVGElementJs implements SVGSymbolElement native "*SVGSymbolElement" {
// From SVGLangSpace
@@ -13,19 +13,19 @@ class SVGSymbolElementJS extends SVGElementJS implements SVGSymbolElement native
// From SVGExternalResourcesRequired
- SVGAnimatedBooleanJS get externalResourcesRequired() native "return this.externalResourcesRequired;";
+ SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;";
// From SVGStylable
- SVGAnimatedStringJS get className() native "return this.className;";
+ SVGAnimatedStringJs get className() native "return this.className;";
- CSSStyleDeclarationJS get style() native "return this.style;";
+ CSSStyleDeclarationJs get style() native "return this.style;";
- CSSValueJS getPresentationAttribute(String name) native;
+ CSSValueJs getPresentationAttribute(String name) native;
// From SVGFitToViewBox
- SVGAnimatedPreserveAspectRatioJS get preserveAspectRatio() native "return this.preserveAspectRatio;";
+ SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this.preserveAspectRatio;";
- SVGAnimatedRectJS get viewBox() native "return this.viewBox;";
+ SVGAnimatedRectJs get viewBox() native "return this.viewBox;";
}
« no previous file with comments | « client/dom/generated/src/frog/SVGSwitchElement.dart ('k') | client/dom/generated/src/frog/SVGTRefElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698