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

Unified Diff: lib/dom/templates/dom/frog/frog_dom.darttemplate

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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/dom/frog/frog_dom.darttemplate
diff --git a/lib/dom/templates/dom/frog/frog_dom.darttemplate b/lib/dom/templates/dom/frog/frog_dom.darttemplate
index b90f17b2416997e58e1aa961adb58c6444bb07fd..f06d423186b8ff5fb4b13cc62d7a8cf0135b7ba5 100644
--- a/lib/dom/templates/dom/frog/frog_dom.darttemplate
+++ b/lib/dom/templates/dom/frog/frog_dom.darttemplate
@@ -27,3 +27,11 @@ $!GENERATED_DART_FILES
DOMWindow get window() native "return window;";
HTMLDocument get document() native "return document;";
+
+// TODO(vsm): Implement these.
+interface LayoutTestController {}
+LayoutTestController layoutTestController;
+
+spawnDomIsolate(Window targetWindow, String entryPoint) {
+ throw const NotImplementedException();
+}
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698