| Index: lib/dom/scripts/systemnative.py
|
| diff --git a/lib/dom/scripts/systemnative.py b/lib/dom/scripts/systemnative.py
|
| index 4d45361ccdc11233f7aa608863259f83359b93ba..ac7a8b634b0032a028ca5db3b7eeff7819d85da6 100644
|
| --- a/lib/dom/scripts/systemnative.py
|
| +++ b/lib/dom/scripts/systemnative.py
|
| @@ -129,7 +129,7 @@ class NativeImplementationSystem(System):
|
| INTERFACE=self._interface.id,
|
| HANDLERS=cpp_impl_handlers_emitter.Fragments())
|
|
|
| - def GenerateLibraries(self, lib_dir):
|
| + def GenerateLibraries(self):
|
| auxiliary_dir = os.path.relpath(self._auxiliary_dir, self._output_dir)
|
|
|
| # Generate dom_public.dart.
|
|
|