| OLD | NEW |
| 1 | 1 |
| 2 class RectJs extends DOMTypeJs implements Rect native "*Rect" { | 2 class _RectJs extends _DOMTypeJs implements Rect native "*Rect" { |
| 3 | 3 |
| 4 CSSPrimitiveValueJs get bottom() native "return this.bottom;"; | 4 _CSSPrimitiveValueJs get bottom() native "return this.bottom;"; |
| 5 | 5 |
| 6 CSSPrimitiveValueJs get left() native "return this.left;"; | 6 _CSSPrimitiveValueJs get left() native "return this.left;"; |
| 7 | 7 |
| 8 CSSPrimitiveValueJs get right() native "return this.right;"; | 8 _CSSPrimitiveValueJs get right() native "return this.right;"; |
| 9 | 9 |
| 10 CSSPrimitiveValueJs get top() native "return this.top;"; | 10 _CSSPrimitiveValueJs get top() native "return this.top;"; |
| 11 } | 11 } |
| OLD | NEW |