Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | 1 |
| 2 class RGBColor native "RGBColor" { | 2 class RGBColor native "RGBColor" { |
| 3 | 3 |
| 4 CSSPrimitiveValue alpha; | |
| 5 | |
| 6 CSSPrimitiveValue blue; | 4 CSSPrimitiveValue blue; |
| 7 | 5 |
| 8 CSSPrimitiveValue green; | 6 CSSPrimitiveValue green; |
| 9 | 7 |
| 10 CSSPrimitiveValue red; | 8 CSSPrimitiveValue red; |
| 11 | 9 |
| 12 var dartObjectLocalStorage; | 10 var dartObjectLocalStorage; |
| 13 | 11 |
| 14 String get typeName() native; | 12 String get typeName() native; |
| 15 } | 13 } |
| OLD | NEW |