| Index: lib/dom/scripts/systeminterface.py
|
| diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py
|
| index beae9ff1b30c1d52baf4784acde7582a3dd02be7..162d44d93afb23708a760a29d847190464eae040 100644
|
| --- a/lib/dom/scripts/systeminterface.py
|
| +++ b/lib/dom/scripts/systeminterface.py
|
| @@ -48,7 +48,7 @@ class InterfacesSystem(systembase.System):
|
| file_path = self._FilePathForDartInterface(interface_name)
|
| self._ProcessCallback(interface, info, file_path)
|
|
|
| - def GenerateLibraries(self, lib_dir):
|
| + def GenerateLibraries(self):
|
| pass
|
|
|
|
|
|
|