| Index: dart/tests/try/web/incremental_compilation_update.html
|
| diff --git a/dart/tests/try/web/incremental_compilation_update.html b/dart/tests/try/web/incremental_compilation_update.html
|
| index 54e929f61e5155cc4fb0f991096b8ee4ada8d320..61734d484e5dda88d6423d210b0b0f9a25418442 100644
|
| --- a/dart/tests/try/web/incremental_compilation_update.html
|
| +++ b/dart/tests/try/web/incremental_compilation_update.html
|
| @@ -40,7 +40,7 @@
|
| script.type = 'application/javascript';
|
| document.body.appendChild(script);
|
| } else if (e.data[0] === 'apply-update') {
|
| - self.$dart_unsafe_eval.patch(e.data[1]);
|
| + self.$dart_unsafe_incremental_support.patch(e.data[1]);
|
|
|
| dartMainClosure();
|
|
|
|
|