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

Unified Diff: lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate

Issue 10928060: Partially migrate from old getter syntax to new one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate
diff --git a/lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate b/lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate
index a7da3e5abce813988741a615b16cb01d96c1b1d5..1c790c0afe67b39f424f3d8f972bc8965ef0bedd 100644
--- a/lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate
+++ b/lib/dom/templates/html/dart2js/impl_CanvasElement.darttemplate
@@ -5,5 +5,5 @@
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
$!MEMBERS
- _CanvasRenderingContext2DImpl get context2d() => getContext('2d');
+ _CanvasRenderingContext2DImpl get context2d => getContext('2d');
}

Powered by Google App Engine
This is Rietveld 408576698