| Index: lib/dom/scripts/systeminterface.py
|
| diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py
|
| index 9366b3d101015990f6f8ba104d0894fdb39732ca..2a014f047ea6c11d2c254446b777b7fc026a6c27 100644
|
| --- a/lib/dom/scripts/systeminterface.py
|
| +++ b/lib/dom/scripts/systeminterface.py
|
| @@ -213,6 +213,9 @@ class DartInterfaceGenerator(object):
|
| NAME=info.name,
|
| PARAMS=info.ParametersInterfaceDeclaration())
|
|
|
| + def AddStaticOperation(self, info):
|
| + pass
|
| +
|
| # Interfaces get secondary members directly via the superinterfaces.
|
| def AddSecondaryAttribute(self, interface, getter, setter):
|
| pass
|
|
|