Chromium Code Reviews| Index: lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate |
| diff --git a/lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate b/lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate |
| deleted file mode 100644 |
| index 764871db5c00611a356567cec85e2547545dcbcf..0000000000000000000000000000000000000000 |
| --- a/lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| -// for details. All rights reserved. Use of this source code is governed by a |
| -// BSD-style license that can be found in the LICENSE file. |
| - |
| -class _CSSMatrixFactoryProvider { |
| - factory CSSMatrix([String cssValue = '']) => |
|
Anton Muhin
2012/05/23 14:03:31
it used to have an optional arg, is it still fine
podivilov
2012/05/23 14:52:40
It was custom just because WebKitCSSMatrix->CSSMat
|
| - _wrap(new dom.WebKitCSSMatrix(cssValue)); |
| -} |