| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 2ec3b3a746375bf7de9d74bd0b58aa5b315b1a3f..c627fb526d3fcd8a5f9152303c4de273302b1d2a 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -591,6 +591,12 @@ _wrap(raw) {
|
| }
|
| }
|
|
|
| +spawnDomIsolate(Window targetWindow, String entryPoint) =>
|
| + dom.spawnDomIsolate(_unwrap(targetWindow), entryPoint);
|
| +
|
| +dom.LayoutTestController get layoutTestController() =>
|
| + dom.layoutTestController;
|
| +
|
| class _AbstractWorkerImpl extends _EventTargetImpl implements AbstractWorker {
|
| _AbstractWorkerImpl._wrap(ptr) : super._wrap(ptr);
|
|
|
|
|