| Index: tools/dom/templates/html/impl/impl_HTMLElement.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_HTMLElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLElement.darttemplate
|
| index 02dc375652421e175638ac087f33292901c366bc..fdc305fd37bc4d832495e3ab84520a14fd083bf5 100644
|
| --- a/tools/dom/templates/html/impl/impl_HTMLElement.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_HTMLElement.darttemplate
|
| @@ -10,8 +10,8 @@ $!MEMBERS
|
| $if DARTIUM
|
| // Flags to only try upgrading once if there's a failure don't try upgrading
|
| // anymore.
|
| - bool _badUpgrade = false;
|
| - bool get isBadUpgrade => _badUpgrade;
|
| - void badUpgrade() { _badUpgrade = true; }
|
| + bool _badUpgradeOccurred = false;
|
| + bool get _isBadUpgrade => _badUpgradeOccurred;
|
| + void _badUpgrade() { _badUpgradeOccurred = true; }
|
| $endif
|
| }
|
|
|