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

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

Issue 605083004: Merge 38 changes to bleeding edge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81fe94b21412ffb734a491d2e1009b957c79bb48..3486ba0271f7154410aed1562fcfe1eb89fbb75d 100644
--- a/sdk/lib/svg/dart2js/svg_dart2js.dart
+++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
@@ -1829,10 +1829,6 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
@DocsEditable()
final AnimatedNumber radiusY;
- @DomName('SVGFEMorphologyElement.setRadius')
- @DocsEditable()
- void setRadius(num radiusX, num radiusY) native;
-
// From SVGFilterPrimitiveStandardAttributes
@DomName('SVGFEMorphologyElement.height')
@@ -4727,6 +4723,11 @@ class StyleElement extends SvgElement {
@DocsEditable()
String media;
+ @DomName('SVGStyleElement.sheet')
+ @DocsEditable()
+ @Experimental() // untriaged
+ final StyleSheet sheet;
+
// Shadowing definition.
String get title => JS("String", "#.title", this);
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.dart ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698