| Index: client/html/generated/html/interface/PerformanceNavigation.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/PerformanceNavigation.dart
|
| similarity index 51%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/PerformanceNavigation.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..e8db75d46c5b99e0372f7f135b7a878b8647db14 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/PerformanceNavigation.dart
|
| @@ -4,5 +4,17 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface PerformanceNavigation {
|
| +
|
| + static final int TYPE_BACK_FORWARD = 2;
|
| +
|
| + static final int TYPE_NAVIGATE = 0;
|
| +
|
| + static final int TYPE_RELOAD = 1;
|
| +
|
| + static final int TYPE_RESERVED = 255;
|
| +
|
| + final int redirectCount;
|
| +
|
| + final int type;
|
| +}
|
|
|