| Index: Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
|
| diff --git a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
|
| index 95df550690d7c53c37e6bbe042849913f6a04d43..dd8ad4d5081d1f3412f4bd5f59e3baaf039b5996 100644
|
| --- a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
|
| +++ b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
|
| @@ -32,7 +32,8 @@ found in the LICENSE file.
|
| },
|
|
|
| testChanged: function() {
|
| - this.$.iframe.src = this.test.embeddedFlakinessDashboardURL(this.tree);
|
| + // Use location.replace so we don't create extraneous history events.
|
| + this.$.iframe.contentWindow.location.replace(this.test.embeddedFlakinessDashboardURL(this.tree));
|
| },
|
|
|
| });
|
|
|