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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 11316221: Fixing Exception name conflicts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index 980f5b748d57929038b4fb445335310b6e2fa07f..74f99062caa5e9b7bbf19a49c4466bb1b6fbd7e1 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -1609,40 +1609,6 @@ class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
// WARNING: Do not edit - generated code.
-/// @domName SVGException
-class Exception extends NativeFieldWrapperClass1 {
- Exception.internal();
-
- static const int SVG_INVALID_VALUE_ERR = 1;
-
- static const int SVG_MATRIX_NOT_INVERTABLE = 2;
-
- static const int SVG_WRONG_TYPE_ERR = 0;
-
-
- /** @domName SVGException.code */
- int get code native "SVGException_code_Getter";
-
-
- /** @domName SVGException.message */
- String get message native "SVGException_message_Getter";
-
-
- /** @domName SVGException.name */
- String get name native "SVGException_name_Getter";
-
-
- /** @domName SVGException.toString */
- String toString() native "SVGException_toString_Callback";
-
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-// WARNING: Do not edit - generated code.
-
-
/// @domName SVGExternalResourcesRequired
class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
ExternalResourcesRequired.internal();
@@ -6699,6 +6665,40 @@ class SvgElement extends Element {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// WARNING: Do not edit - generated code.
+
+
+/// @domName SVGException
+class SvgException extends NativeFieldWrapperClass1 {
+ SvgException.internal();
+
+ static const int SVG_INVALID_VALUE_ERR = 1;
+
+ static const int SVG_MATRIX_NOT_INVERTABLE = 2;
+
+ static const int SVG_WRONG_TYPE_ERR = 0;
+
+
+ /** @domName SVGException.code */
+ int get code native "SVGException_code_Getter";
+
+
+ /** @domName SVGException.message */
+ String get message native "SVGException_message_Getter";
+
+
+ /** @domName SVGException.name */
+ String get name native "SVGException_name_Getter";
+
+
+ /** @domName SVGException.toString */
+ String toString() native "SVGException_toString_Callback";
+
+}
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace {
factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement();
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698