Index: client/dom/templates/dom/frog/frog_dom.darttemplate |
diff --git a/client/dom/templates/dom/frog/frog_dom.darttemplate b/client/dom/templates/dom/frog/frog_dom.darttemplate |
index ebd8661b227c3f79cee224a75027f7fffadc2ee0..56dbe169aae4d6f66d29f6f3132e28295027f5a3 100644 |
--- a/client/dom/templates/dom/frog/frog_dom.darttemplate |
+++ b/client/dom/templates/dom/frog/frog_dom.darttemplate |
@@ -8,18 +8,18 @@ |
#library("dom"); |
$!GENERATED_DART_FILES |
-#source('src/EventListener.dart'); |
-#source('src/KeyLocation.dart'); |
-#source('src/KeyName.dart'); |
-#source('src/ReadyState.dart'); |
-#source('src/TimeoutHandler.dart'); |
-#source('src/_Collections.dart'); |
-#source('src/frog_DOMImplementation.dart'); |
-#source('src/frog_DOMType.dart'); |
-#source('src/frog_DOMTypeJs.dart'); |
-#source('src/frog_FactoryProviders.dart'); |
-#source('src/_ListIterators.dart'); |
-#source('src/_Lists.dart'); |
+#source('../src/EventListener.dart'); |
+#source('../src/KeyLocation.dart'); |
+#source('../src/KeyName.dart'); |
+#source('../src/ReadyState.dart'); |
+#source('../src/TimeoutHandler.dart'); |
+#source('../src/_Collections.dart'); |
+#source('../src/frog_DOMImplementation.dart'); |
+#source('../src/frog_DOMType.dart'); |
+#source('../src/frog_DOMTypeJs.dart'); |
+#source('../src/frog_FactoryProviders.dart'); |
+#source('../src/_ListIterators.dart'); |
+#source('../src/_Lists.dart'); |
// TODO(sra): What 'window' do we get in a worker? Perhaps this |
// should return the interface type. |