| Index: client/dom/generated/src/interface/PerformanceNavigation.dart
|
| diff --git a/client/dom/generated/src/interface/PerformanceNavigation.dart b/client/dom/generated/src/interface/PerformanceNavigation.dart
|
| index 8d7f55f343ecd184f50d295ff41f07b9012c6b62..e08e7671780a2d2fa53c375b60ec7017c316fbfa 100644
|
| --- a/client/dom/generated/src/interface/PerformanceNavigation.dart
|
| +++ b/client/dom/generated/src/interface/PerformanceNavigation.dart
|
| @@ -14,7 +14,7 @@ interface PerformanceNavigation {
|
|
|
| static final int TYPE_RESERVED = 255;
|
|
|
| - int get redirectCount();
|
| + final int redirectCount;
|
|
|
| - int get type();
|
| + final int type;
|
| }
|
|
|