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

Unified Diff: client/dom/generated/src/frog/BarInfo.dart

Issue 9312003: Use fields in hidden native DOM classes instead of getters/setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also fix native Created 8 years, 11 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
Index: client/dom/generated/src/frog/BarInfo.dart
diff --git a/client/dom/generated/src/frog/BarInfo.dart b/client/dom/generated/src/frog/BarInfo.dart
index d545230683eb872021034cd32a2eec659765c44d..2079ff075e204c0a29195590e5ce66c95c826d97 100644
--- a/client/dom/generated/src/frog/BarInfo.dart
+++ b/client/dom/generated/src/frog/BarInfo.dart
@@ -1,5 +1,5 @@
class _BarInfoJs extends _DOMTypeJs implements BarInfo native "*BarInfo" {
- bool get visible() native "return this.visible;";
+ final bool visible;
}

Powered by Google App Engine
This is Rietveld 408576698