| Index: client/dom/scripts/dartgenerator.py
|
| diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
|
| index 58dd47398db7d8d86c3fe8b4377392d62075d829..079f441806b37d4b7c357f058728d998b770505d 100755
|
| --- a/client/dom/scripts/dartgenerator.py
|
| +++ b/client/dom/scripts/dartgenerator.py
|
| @@ -1168,11 +1168,11 @@ class DartInterfaceGenerator(object):
|
| ARGS=info.arg_interface_declaration)
|
|
|
| # Interfaces get secondary members directly via the superinterfaces.
|
| - def AddSecondaryGetter(self, attr):
|
| + def AddSecondaryGetter(self, interface, attr):
|
| pass
|
| - def AddSecondarySetter(self, attr):
|
| + def AddSecondarySetter(self, interface, attr):
|
| pass
|
| - def AddSecondaryOperation(self, attr):
|
| + def AddSecondaryOperation(self, interface, attr):
|
| pass
|
|
|
|
|
|
|