| Index: lib/dom/scripts/systeminterface.py
|
| diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py
|
| index 9366b3d101015990f6f8ba104d0894fdb39732ca..08052ecb750ce7a4d7e7facd135dab2f4b028d2f 100644
|
| --- a/lib/dom/scripts/systeminterface.py
|
| +++ b/lib/dom/scripts/systeminterface.py
|
| @@ -207,6 +207,9 @@ class DartInterfaceGenerator(object):
|
| operations - contains the overloads, one or more operations with the same
|
| name.
|
| """
|
| + if info.IsStatic():
|
| + return
|
| +
|
| self._members_emitter.Emit('\n'
|
| ' $TYPE $NAME($PARAMS);\n',
|
| TYPE=info.type_name,
|
|
|