| Index: client/dom/generated/src/wrapping/_XPathNSResolverWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_XPathNSResolverWrappingImplementation.dart b/client/dom/generated/src/wrapping/_XPathNSResolverWrappingImplementation.dart
|
| deleted file mode 100644
|
| index ebbaa3e1053c84f960575fd41bd2ae8e949c8877..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_XPathNSResolverWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// 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 _XPathNSResolverWrappingImplementation extends DOMWrapperBase implements XPathNSResolver {
|
| - _XPathNSResolverWrappingImplementation() : super() {}
|
| -
|
| - static create__XPathNSResolverWrappingImplementation() native {
|
| - return new _XPathNSResolverWrappingImplementation();
|
| - }
|
| -
|
| - String lookupNamespaceURI(String prefix) {
|
| - return _lookupNamespaceURI(this, prefix);
|
| - }
|
| - static String _lookupNamespaceURI(receiver, prefix) native;
|
| -
|
| - String get typeName() { return "XPathNSResolver"; }
|
| -}
|
|
|