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

Unified Diff: lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/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));
-}

Powered by Google App Engine
This is Rietveld 408576698