| Index: lib/dom/scripts/systemfrog.py
|
| diff --git a/lib/dom/scripts/systemfrog.py b/lib/dom/scripts/systemfrog.py
|
| index 3cb5cc1ba7f9767935aa3cae4741e8448166fb81..64f52680e403c24d673808b84b8848a00cd99350 100644
|
| --- a/lib/dom/scripts/systemfrog.py
|
| +++ b/lib/dom/scripts/systemfrog.py
|
| @@ -44,10 +44,10 @@ class FrogSystem(System):
|
| return FrogInterfaceGenerator(self, interface, template,
|
| super_interface_name, dart_code)
|
|
|
| - def GenerateLibraries(self, lib_dir):
|
| + def GenerateLibraries(self):
|
| self._GenerateLibFile(
|
| 'frog_dom.darttemplate',
|
| - os.path.join(lib_dir, 'dom_frog.dart'),
|
| + os.path.join(self._output_dir, 'dom_frog.dart'),
|
| (self._interface_system._dart_interface_file_paths +
|
| self._interface_system._dart_callback_file_paths +
|
| self._impl_file_paths))
|
|
|