Index: client/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate |
diff --git a/client/html/generated/html/interface/AudioElement.dart b/client/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate |
similarity index 64% |
copy from client/html/generated/html/interface/AudioElement.dart |
copy to client/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate |
index 42a2a861a2bd9563c017d6b0ab2cf33bcb0d6d3e..9cba509c008769fa7c36b34b48c718f62154f514 100644 |
--- a/client/html/generated/html/interface/AudioElement.dart |
+++ b/client/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate |
@@ -2,7 +2,7 @@ |
// 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. |
-// WARNING: Do not edit - generated code. |
- |
-interface AudioElement extends MediaElement { |
+class $FACTORYPROVIDER { |
+ factory CSSMatrix([String cssValue = '']) native |
+ 'return new WebKitCSSMatrix(cssValue);'; |
} |