Commit 11c76c9c authored by Adam Barth's avatar Adam Barth

Make shake-to-reload actually work

We need to create a new service provider when we navigate to a new page
otherwise the new page is sad that the old page took its service provider.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/962383003
parent 5db32b71
...@@ -10,7 +10,7 @@ dot { ...@@ -10,7 +10,7 @@ dot {
border-radius: 50px; border-radius: 50px;
} }
</style> </style>
<log>Ready</log> <log>Ready!</log>
<script> <script>
import "dart:sky"; import "dart:sky";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment