| Index: lib/dom/scripts/systemwrapping.py
|
| diff --git a/lib/dom/scripts/systemwrapping.py b/lib/dom/scripts/systemwrapping.py
|
| index 1ba56d567dadd40d9586cef73d08bfe7d156c277..7ec5be45685609c2f15a5e088d801a535b49a3d5 100644
|
| --- a/lib/dom/scripts/systemwrapping.py
|
| +++ b/lib/dom/scripts/systemwrapping.py
|
| @@ -376,7 +376,10 @@ class WrappingInterfaceGenerator(object):
|
| if fallthrough:
|
| body.Emit(' throw "Incorrect number or type of arguments";\n');
|
|
|
| - def GenerateSingleOperation(self, emitter, info, indent, operation):
|
| + def AddStaticOperation(self, info):
|
| + pass
|
| +
|
| + def GenerateSingleOperation(self, emitter, info, indent, operation):
|
| """Generates a call to a single operation.
|
|
|
| Arguments:
|
|
|