| Index: client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
|
| deleted file mode 100644
|
| index c61cf9cbfa03d01f4c502d7ffe915380c226d7f1..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,21 +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 _PerformanceNavigationWrappingImplementation extends DOMWrapperBase implements PerformanceNavigation {
|
| - _PerformanceNavigationWrappingImplementation() : super() {}
|
| -
|
| - static create__PerformanceNavigationWrappingImplementation() native {
|
| - return new _PerformanceNavigationWrappingImplementation();
|
| - }
|
| -
|
| - int get redirectCount() { return _get_redirectCount(this); }
|
| - static int _get_redirectCount(var _this) native;
|
| -
|
| - int get type() { return _get_type(this); }
|
| - static int _get_type(var _this) native;
|
| -
|
| - String get typeName() { return "PerformanceNavigation"; }
|
| -}
|
|
|