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(); |
+} |