| Index: lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/html_dartium.darttemplate b/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| index b83c203029a695e8f59c4168b0971d4d498ccce5..e18ca8cf071c52d2774da17d0205f1191b3c1fea 100644
|
| --- a/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -84,7 +84,7 @@ $WRAPCASES
|
| }
|
|
|
| spawnDomIsolate(Window targetWindow, String entryPoint) =>
|
| - dom.spawnDomIsolateImpl(_unwrap(targetWindow), entryPoint);
|
| + dom.spawnDomIsolate(_unwrap(targetWindow), entryPoint);
|
|
|
| dom.LayoutTestController get layoutTestController() =>
|
| dom.layoutTestController;
|
|
|