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