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

Unified Diff: sdk/lib/svg/dart2js/svg_dart2js.dart

Issue 11416294: Changing template file names to key off of the DOM name rather than Dart name. (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
Index: sdk/lib/svg/dart2js/svg_dart2js.dart
diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart
index be4cb446024c36212028858047d16ed1b025a783..662d8815e34875131b885983c21d92bb091104a6 100644
--- a/sdk/lib/svg/dart2js/svg_dart2js.dart
+++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
@@ -4366,12 +4366,9 @@ class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
// 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 SVGPoint
+/// @domName SVGPoint; @docsEditable true
class Point native "*SVGPoint" {
- factory Point(num x, num y) => _PointFactoryProvider.createPoint(x, y);
/// @domName SVGPoint.x; @docsEditable true
num x;
@@ -4381,7 +4378,6 @@ class Point native "*SVGPoint" {
/// @domName SVGPoint.matrixTransform; @docsEditable true
Point matrixTransform(Matrix matrix) native;
-
}
// 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
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_XMLHttpRequest.darttemplate ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698