| Index: client/dom/generated/src/wrapping/_SVGFontFaceUriElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGFontFaceUriElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGFontFaceUriElementWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ab62528cba666932457fd01095af5f557f3db038
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/wrapping/_SVGFontFaceUriElementWrappingImplementation.dart
|
| @@ -0,0 +1,15 @@
|
| +// Copyright (c) 2011, 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.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class _SVGFontFaceUriElementWrappingImplementation extends _SVGElementWrappingImplementation implements SVGFontFaceUriElement {
|
| + _SVGFontFaceUriElementWrappingImplementation() : super() {}
|
| +
|
| + static create__SVGFontFaceUriElementWrappingImplementation() native {
|
| + return new _SVGFontFaceUriElementWrappingImplementation();
|
| + }
|
| +
|
| + String get typeName() { return "SVGFontFaceUriElement"; }
|
| +}
|
|
|