Chromium Code Reviews| Index: Source/bindings/tests/idls/TestInterfacePython.idl |
| diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl |
| index 4c6a12c59b68d14d7d75615a76f87876a2b9dc5b..0d1e8ee899187d20b2bf825e8ecc130cec39d9c9 100644 |
| --- a/Source/bindings/tests/idls/TestInterfacePython.idl |
| +++ b/Source/bindings/tests/idls/TestInterfacePython.idl |
| @@ -44,3 +44,5 @@ |
| [PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute; |
| [PerWorldBindings] void voidMethod(); |
| }; |
| + |
| +TestInterfacePython implements TestImplements; |