| Index: mojo/public/bindings/generators/mojom.py
|
| diff --git a/mojo/public/bindings/generators/mojom.py b/mojo/public/bindings/generators/mojom.py
|
| index 4f789b7cee4ce9fd859139de6e5d98b491a0211c..1bda236f7a24e83f292175ca67b0dab7635bcd45 100644
|
| --- a/mojo/public/bindings/generators/mojom.py
|
| +++ b/mojo/public/bindings/generators/mojom.py
|
| @@ -104,8 +104,9 @@ class Method(object):
|
|
|
|
|
| class Interface(object):
|
| - def __init__(self, name = None):
|
| + def __init__(self, name = None, peer = None):
|
| self.name = name
|
| + self.peer = peer
|
| self.methods = []
|
|
|
| def AddMethod(self, name, ordinal = None):
|
|
|