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

Unified Diff: lib/dom/templates/html/impl/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/impl/impl_CanvasElement.darttemplate
diff --git a/lib/dom/templates/html/impl/impl_CanvasElement.darttemplate b/lib/dom/templates/html/impl/impl_CanvasElement.darttemplate
index 61ce64c22a825bf8a11f9d68069653852b42ac4c..7d9d2bf641df249a2bae9fbae72e51bd3f115399 100644
--- a/lib/dom/templates/html/impl/impl_CanvasElement.darttemplate
+++ b/lib/dom/templates/html/impl/impl_CanvasElement.darttemplate
@@ -5,5 +5,5 @@
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
$!MEMBERS
- CanvasRenderingContext2D get context2d() => getContext('2d');
+ CanvasRenderingContext2D get context2d => getContext('2d');
}

Powered by Google App Engine
This is Rietveld 408576698