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

Unified Diff: sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate

Issue 11419300: Dartifying dart:html type names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unminifying & fixing Stephen's feedback. Created 8 years 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: sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate
diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate
index 90adc44c43e3bb1d26ee54ab29cee65b0bf14ecb..7d7b7bb277471af4ca75fad3c01fc59cb8e9f2a5 100644
--- a/sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate
+++ b/sdk/lib/html/templates/html/dart2js/factoryprovider_WebKitCSSMatrix.darttemplate
@@ -5,6 +5,6 @@
part of html;
class $FACTORYPROVIDER {
- static CSSMatrix createCSSMatrix([String cssValue = '']) =>
- JS('CSSMatrix', 'new WebKitCSSMatrix(#)', cssValue);
+ static CssMatrix createCssMatrix([String cssValue = '']) =>
+ JS('CssMatrix', 'new WebKitCSSMatrix(#)', cssValue);
}
« no previous file with comments | « sdk/lib/html/src/shared_FactoryProviders.dart ('k') | sdk/lib/html/templates/html/dart2js/indexed_db_dart2js.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698