| Index: client/html/generated/html/dartium/PerformanceNavigation.dart
|
| diff --git a/client/html/generated/html/dartium/PerformanceNavigation.dart b/client/html/generated/html/dartium/PerformanceNavigation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fe3f000c41640d57bf403469eca2096f649adfbb
|
| --- /dev/null
|
| +++ b/client/html/generated/html/dartium/PerformanceNavigation.dart
|
| @@ -0,0 +1,8 @@
|
| +
|
| +class _PerformanceNavigationImpl extends _DOMTypeBase implements PerformanceNavigation {
|
| + _PerformanceNavigationImpl._wrap(ptr) : super._wrap(ptr);
|
| +
|
| + int get redirectCount() => _wrap(_ptr.redirectCount);
|
| +
|
| + int get type() => _wrap(_ptr.type);
|
| +}
|
|
|