| Index: client/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate | 
| diff --git a/client/html/generated/html/interface/AudioElement.dart b/client/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate | 
| similarity index 62% | 
| copy from client/html/generated/html/interface/AudioElement.dart | 
| copy to client/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate | 
| index 42a2a861a2bd9563c017d6b0ab2cf33bcb0d6d3e..764871db5c00611a356567cec85e2547545dcbcf 100644 | 
| --- a/client/html/generated/html/interface/AudioElement.dart | 
| +++ b/client/dom/templates/html/dartium/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 _CSSMatrixFactoryProvider { | 
| +  factory CSSMatrix([String cssValue = '']) => | 
| +      _wrap(new dom.WebKitCSSMatrix(cssValue)); | 
| } | 
|  |