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

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

Issue 10269024: Add stubs to frog to keep dartc happy (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use right exception type 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 | « lib/dom/templates/dom/frog/frog_dom.darttemplate ('k') | 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 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);
« no previous file with comments | « lib/dom/templates/dom/frog/frog_dom.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698