Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class SVGStylable native "SVGStylable" { | 2 class SVGStylable native "*SVGStylable" { |
| 3 | 3 |
| 4 SVGAnimatedString className; | 4 SVGAnimatedString className; |
| 5 | 5 |
| 6 CSSStyleDeclaration style; | 6 CSSStyleDeclaration style; |
| 7 | 7 |
| 8 CSSValue getPresentationAttribute(String name) native; | 8 CSSValue getPresentationAttribute(String name) native; |
| 9 | 9 |
| 10 var dartObjectLocalStorage; | 10 var dartObjectLocalStorage; |
| 11 | 11 |
| 12 String get typeName() native; | 12 String get typeName() native; |
| 13 } | 13 } |
| OLD | NEW |