| Index: client/html/generated/html/dartium/_XSLTProcessorFactoryProvider.dart
|
| diff --git a/client/html/generated/html/interface/AudioElement.dart b/client/html/generated/html/dartium/_XSLTProcessorFactoryProvider.dart
|
| similarity index 67%
|
| copy from client/html/generated/html/interface/AudioElement.dart
|
| copy to client/html/generated/html/dartium/_XSLTProcessorFactoryProvider.dart
|
| index 42a2a861a2bd9563c017d6b0ab2cf33bcb0d6d3e..2cc84090211838b7145cf854cad86069af88a7bf 100644
|
| --- a/client/html/generated/html/interface/AudioElement.dart
|
| +++ b/client/html/generated/html/dartium/_XSLTProcessorFactoryProvider.dart
|
| @@ -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 _XSLTProcessorFactoryProvider {
|
| + factory XSLTProcessor() =>
|
| + _wrap(new dom.XSLTProcessor());
|
| }
|
|
|