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

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 14585002: Fixing build from merge issue. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev'; 5 import 'dart:_collection-dev';
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart:nativewrappers'; 8 import 'dart:nativewrappers';
9 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
(...skipping 6440 matching lines...) Expand 10 before | Expand all | Expand 10 after
6451 StyledElement.internal() : super.internal(); 6451 StyledElement.internal() : super.internal();
6452 6452
6453 @DomName('SVGStyledElement.className') 6453 @DomName('SVGStyledElement.className')
6454 @DocsEditable 6454 @DocsEditable
6455 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter "; 6455 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter ";
6456 6456
6457 @DomName('SVGStyledElement.style') 6457 @DomName('SVGStyledElement.style')
6458 @DocsEditable 6458 @DocsEditable
6459 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; 6459 CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
6460 6460
6461 @DomName('SVGStyledElement.getPresentationAttribute')
6462 @DocsEditable
6463 _CSSValue getPresentationAttribute(String name) native "SVGStyledElement_getPr esentationAttribute_Callback";
6464
6465 } 6461 }
6466 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6467 // for details. All rights reserved. Use of this source code is governed by a 6463 // for details. All rights reserved. Use of this source code is governed by a
6468 // BSD-style license that can be found in the LICENSE file. 6464 // BSD-style license that can be found in the LICENSE file.
6469 6465
6470 // WARNING: Do not edit - generated code. 6466 // WARNING: Do not edit - generated code.
6471 6467
6472 6468
6473 @DocsEditable 6469 @DocsEditable
6474 @DomName('SVGDocument') 6470 @DomName('SVGDocument')
(...skipping 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after
8546 @DocsEditable 8542 @DocsEditable
8547 @DomName('SVGVKernElement') 8543 @DomName('SVGVKernElement')
8548 abstract class _SVGVKernElement extends SvgElement { 8544 abstract class _SVGVKernElement extends SvgElement {
8549 _SVGVKernElement.internal() : super.internal(); 8545 _SVGVKernElement.internal() : super.internal();
8550 8546
8551 @DomName('SVGVKernElement.SVGVKernElement') 8547 @DomName('SVGVKernElement.SVGVKernElement')
8552 @DocsEditable 8548 @DocsEditable
8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8549 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8554 8550
8555 } 8551 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698