Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: lib/html/dartium/html_dartium.dart

Issue 10254026: Fix for DartC (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index dbd0d5dcab3fab5fa8824cc0a96b23f1fb882791..2ec3b3a746375bf7de9d74bd0b58aa5b315b1a3f 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -591,12 +591,6 @@ _wrap(raw) {
}
}
-spawnDomIsolate(Window targetWindow, String entryPoint) =>
- dom.spawnDomIsolateImpl(_unwrap(targetWindow), entryPoint);
-
-dom.LayoutTestController get layoutTestController() =>
- dom.layoutTestController;
-
class _AbstractWorkerImpl extends _EventTargetImpl implements AbstractWorker {
_AbstractWorkerImpl._wrap(ptr) : super._wrap(ptr);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698