| 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
|
| index 7aeda262a3be54f4a9b6a3b8f27813c9bbe931c4..c61cf9cbfa03d01f4c502d7ffe915380c226d7f1 100644
|
| --- a/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_PerformanceNavigationWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _PerformanceNavigationWrappingImplementation extends DOMWrapperBase implem
|
| return new _PerformanceNavigationWrappingImplementation();
|
| }
|
|
|
| - int get redirectCount() { return _get__PerformanceNavigation_redirectCount(this); }
|
| - static int _get__PerformanceNavigation_redirectCount(var _this) native;
|
| + int get redirectCount() { return _get_redirectCount(this); }
|
| + static int _get_redirectCount(var _this) native;
|
|
|
| - int get type() { return _get__PerformanceNavigation_type(this); }
|
| - static int _get__PerformanceNavigation_type(var _this) native;
|
| + int get type() { return _get_type(this); }
|
| + static int _get_type(var _this) native;
|
|
|
| String get typeName() { return "PerformanceNavigation"; }
|
| }
|
|
|