| 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);
|
| }
|
|
|