| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index d4fd26a14b19f1f23a3728ef06530b336f40c845..7d10be8d379322692ce1408bf5ff3fe8055121be 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -1577,6 +1577,9 @@ class HtmlDartiumInterfaceGenerator(object):
|
| if fallthrough:
|
| body.Emit(' throw "Incorrect number or type of arguments";\n');
|
|
|
| + def AddStaticOperation(self, info):
|
| + pass
|
| +
|
| def GenerateSingleOperation(self, emitter, info, indent, operation):
|
| """Generates a call to a single operation.
|
|
|
|
|